summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-04 06:08:20 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-04 06:08:20 +0000
commit6a922668eaf2c74a25952cdb0bcce2a27c1c999c (patch)
treead05f76714212c54a7fd5052b3f8eae135393022 /make
parent461be8890687ecdf1282f010f45682da8df6aa9c (diff)
downloadbuildroot-novena-6a922668eaf2c74a25952cdb0bcce2a27c1c999c.tar.gz
buildroot-novena-6a922668eaf2c74a25952cdb0bcce2a27c1c999c.zip
Default buildroot to use stock uClibc 0.9.26 till further notice
Diffstat (limited to 'make')
-rw-r--r--make/uclibc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/uclibc.mk b/make/uclibc.mk
index 9024baacf..f51eff20d 100644
--- a/make/uclibc.mk
+++ b/make/uclibc.mk
@@ -9,8 +9,8 @@ UCLIBC_DIR=$(BUILD_DIR)/uClibc
UCLIBC_SOURCE=uClibc-snapshot.tar.bz2
UCLIBC_SITE:=http://www.uclibc.org/downloads/snapshots
else
-UCLIBC_DIR:=$(BUILD_DIR)/uClibc-0.9.23
-UCLIBC_SOURCE:=uClibc-0.9.23.tar.bz2
+UCLIBC_DIR:=$(BUILD_DIR)/uClibc-0.9.26
+UCLIBC_SOURCE:=uClibc-0.9.26.tar.bz2
UCLIBC_SITE:=http://www.uclibc.org/downloads
endif