[uClibc-cvs] svn commit: trunk/buildroot/toolchain/uClibc

andersen at uclibc.org andersen at uclibc.org
Wed Mar 9 08:36:50 UTC 2005


Author: andersen
Date: 2005-03-09 01:36:49 -0700 (Wed, 09 Mar 2005)
New Revision: 9986

Log:
Be extra careful about where the uClibc config file comes from


Modified:
   trunk/buildroot/toolchain/uClibc/uclibc.mk


Changeset:
Modified: trunk/buildroot/toolchain/uClibc/uclibc.mk
===================================================================
--- trunk/buildroot/toolchain/uClibc/uclibc.mk	2005-03-09 08:35:45 UTC (rev 9985)
+++ trunk/buildroot/toolchain/uClibc/uclibc.mk	2005-03-09 08:36:49 UTC (rev 9986)
@@ -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....




More information about the uClibc-cvs mailing list