diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-28 22:38:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-28 22:38:39 +0000 |
commit | 5a9f7f2b9cc2573123768aaf0ca591f60b4bf46a (patch) | |
tree | 0c7c7ebc48bcc4626820350d2dce67d1651b0de4 | |
parent | f952c942fb164ca487fbd881e891749cdfe66940 (diff) | |
download | buildroot-novena-5a9f7f2b9cc2573123768aaf0ca591f60b4bf46a.tar.gz buildroot-novena-5a9f7f2b9cc2573123768aaf0ca591f60b4bf46a.zip |
build toolchain by default
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |