2
1
Эх сурвалжийг харах

Be extra careful about where the uClibc config file comes from

Eric Andersen 20 жил өмнө
parent
commit
c3cdda3ce1

+ 2 - 0
toolchain/uClibc/uclibc.mk

@@ -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....