瀏覽代碼

build toolchain by default

Eric Andersen 23 年之前
父節點
當前提交
5a9f7f2b9c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -34,7 +34,7 @@ ARCH:=i386
 #ARCH:=whatever
 
 # enable to build a native gcc toolchain with uclibc support
-USE_UCLIBC_TOOLCHAIN:=false
+USE_UCLIBC_TOOLCHAIN:=true
 
 # Enable this to use the uClibc daily snapshot instead of a released
 # version.  Daily snapshots may contain new features and bugfixes. Or