fix a few little glitches I left in here the other day
This commit is contained in:
@@ -7,7 +7,7 @@ choice
|
||||
prompt "uClibc C library Version"
|
||||
default BR2_UCLIBC_VERSION_SNAPSHOT
|
||||
help
|
||||
Select the version of gcc you wish to use.
|
||||
Select the version of uClibc you wish to use.
|
||||
|
||||
config BR2_UCLIBC_VERSION_0_9_28
|
||||
bool "uClibc 0.9.28"
|
||||
|
||||
@@ -9,7 +9,8 @@ ifeq ($(BR2_UCLIBC_VERSION_SNAPSHOT),y)
|
||||
# Be aware that this changes daily....
|
||||
UCLIBC_VER:=0.9.29
|
||||
UCLIBC_DIR:=$(TOOL_BUILD_DIR)/uClibc
|
||||
UCLIBC_SOURCE:=uClibc-snapshot.tar.bz2
|
||||
UCLIBC_SOURCE:=uClibc-$(strip $(subst ",, $(BR2_USE_UCLIBC_SNAPSHOT))).tar.bz2
|
||||
#"))
|
||||
UCLIBC_SITE:=http://www.uclibc.org/downloads/snapshots
|
||||
ifndef UCLIBC_CONFIG_FILE
|
||||
UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc-0.9.29.config
|
||||
|
||||
Reference in New Issue
Block a user