fix ifndef check for UCLIBC_CONFIG_FILE as reported by wskish in Bug 499
This commit is contained in:
parent
9468545bbf
commit
06b151e5c9
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
ifndef $(UCLIBC_CONFIG_FILE)
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user