Be extra careful about where the uClibc config file comes from

This commit is contained in:
Eric Andersen
2005-03-09 08:36:49 +00:00
parent d620c911e8
commit c3cdda3ce1

View File

@@ -4,11 +4,13 @@
# #
############################################################# #############################################################
ifndef $(UCLIBC_CONFIG_FILE)
ifeq ($(BR2_ENABLE_LOCALE),y) ifeq ($(BR2_ENABLE_LOCALE),y)
UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc.config-locale UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc.config-locale
else else
UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc.config UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc.config
endif endif
endif
ifeq ($(BR2_UCLIBC_VERSION_SNAPSHOT),y) ifeq ($(BR2_UCLIBC_VERSION_SNAPSHOT),y)
# Be aware that this changes daily.... # Be aware that this changes daily....