fix a few little glitches I left in here the other day

This commit is contained in:
Eric Andersen 2006-12-13 06:59:01 +00:00
parent 5ec906557c
commit 0cc8fafe8f
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ choice
prompt "uClibc C library Version" prompt "uClibc C library Version"
default BR2_UCLIBC_VERSION_SNAPSHOT default BR2_UCLIBC_VERSION_SNAPSHOT
help 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 config BR2_UCLIBC_VERSION_0_9_28
bool "uClibc 0.9.28" bool "uClibc 0.9.28"

View File

@ -9,7 +9,8 @@ ifeq ($(BR2_UCLIBC_VERSION_SNAPSHOT),y)
# Be aware that this changes daily.... # Be aware that this changes daily....
UCLIBC_VER:=0.9.29 UCLIBC_VER:=0.9.29
UCLIBC_DIR:=$(TOOL_BUILD_DIR)/uClibc 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 UCLIBC_SITE:=http://www.uclibc.org/downloads/snapshots
ifndef UCLIBC_CONFIG_FILE ifndef UCLIBC_CONFIG_FILE
UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc-0.9.29.config UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc-0.9.29.config