mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
Be extra careful about where the uClibc config file comes from
This commit is contained in:
@@ -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....
|
||||
|
||||
Reference in New Issue
Block a user