Default buildroot to use stock uClibc 0.9.26 till further notice
This commit is contained in:
parent
461be88906
commit
6a922668ea
2
Makefile
2
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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user