Be extra careful about where the uClibc config file comes from
This commit is contained in:
parent
d620c911e8
commit
c3cdda3ce1
@ -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....
|
||||
|
Loading…
Reference in New Issue
Block a user