Be extra careful about where the uClibc config file comes from
authorEric Andersen <andersen@codepoet.org>
Wed, 9 Mar 2005 08:36:49 +0000 (08:36 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 9 Mar 2005 08:36:49 +0000 (08:36 -0000)
toolchain/uClibc/uclibc.mk

index bdf31527bc8bc911cce082506eac609769d23d49..ee5f009c2495d345409247d0c08c7760d7c0d2a3 100644 (file)
@@ -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....