Default to using uClibc 0.9.21

This commit is contained in:
Eric Andersen
2003-09-10 09:09:22 +00:00
parent def1702549
commit 804307fb8d
3 changed files with 7 additions and 6 deletions

View File

@@ -29,8 +29,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.20
UCLIBC_SOURCE:=uClibc-0.9.20.tar.bz2
UCLIBC_DIR:=$(BUILD_DIR)/uClibc-0.9.21
UCLIBC_SOURCE:=uClibc-0.9.21.tar.bz2
UCLIBC_SITE:=http://www.uclibc.org/downloads
endif
#UCLIBC_PATCH=$(SOURCE_DIR)/uClibc.patch