summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen2004-01-04 07:08:20 +0100
committerEric Andersen2004-01-04 07:08:20 +0100
commit6a922668eaf2c74a25952cdb0bcce2a27c1c999c (patch)
treead05f76714212c54a7fd5052b3f8eae135393022 /Makefile
parentMount devpts properly (diff)
downloadbuildroot-6a922668eaf2c74a25952cdb0bcce2a27c1c999c.tar.gz
buildroot-6a922668eaf2c74a25952cdb0bcce2a27c1c999c.tar.xz
buildroot-6a922668eaf2c74a25952cdb0bcce2a27c1c999c.zip
Default buildroot to use stock uClibc 0.9.26 till further notice
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ce067e87..eeb75c8d4 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,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