summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-03-09 08:36:49 +0000
committerEric Andersen <andersen@codepoet.org>2005-03-09 08:36:49 +0000
commitc3cdda3ce1c602b7b3102d66937117c8e2173153 (patch)
treec50969de4f525822965f799637c08c7e9763f685
parentd620c911e86ed52b51c9472b896fc2a1311faec4 (diff)
Be extra careful about where the uClibc config file comes from
-rw-r--r--toolchain/uClibc/uclibc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/uClibc/uclibc.mk b/toolchain/uClibc/uclibc.mk
index bdf31527b..ee5f009c2 100644
--- a/toolchain/uClibc/uclibc.mk
+++ b/toolchain/uClibc/uclibc.mk
@@ -4,11 +4,13 @@
#
#############################################################
+ifndef $(UCLIBC_CONFIG_FILE)
ifeq ($(BR2_ENABLE_LOCALE),y)
UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc.config-locale
else
UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc.config
endif
+endif
ifeq ($(BR2_UCLIBC_VERSION_SNAPSHOT),y)
# Be aware that this changes daily....