diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-03-04 07:14:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-03-04 07:14:03 +0000 |
commit | 5eb4604cae4320906fc9e37123b5e0a2d8bfda83 (patch) | |
tree | 69c4116491118bd3eda79f17ea7ae898c4025cdf | |
parent | c89e7d4bfeba0b4ef746bb8bcfc6881bb4b377d8 (diff) | |
download | buildroot-novena-5eb4604cae4320906fc9e37123b5e0a2d8bfda83.tar.gz buildroot-novena-5eb4604cae4320906fc9e37123b5e0a2d8bfda83.zip |
Change a few defaults
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -46,7 +46,7 @@ GCC_2_95_TOOLCHAIN:=false # Enable this to use the uClibc daily snapshot instead of a released # version. Daily snapshots may contain new features and bugfixes. Or # they may not even compile at all, depending on what Erik is doing... -USE_UCLIBC_SNAPSHOT:=true +USE_UCLIBC_SNAPSHOT:=false # Enable this to use the busybox daily snapshot instead of a released # version. Daily snapshots may contain new features and bugfixes. Or @@ -83,8 +83,8 @@ endif # real kernel # that will run on its own? Perhaps you have a # kernel you have already configured and you want to use that? #TARGETS+=linux -TARGETS+=user-mode-linux -#TARGETS+=system-linux +#TARGETS+=user-mode-linux +TARGETS+=system-linux # The default minimal set TARGETS+=busybox tinylogin |