mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
fix ifndef check for UCLIBC_CONFIG_FILE as reported by wskish in Bug 499
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
#############################################################
|
||||
|
||||
ifndef $(UCLIBC_CONFIG_FILE)
|
||||
ifndef UCLIBC_CONFIG_FILE
|
||||
ifeq ($(BR2_ENABLE_LOCALE),y)
|
||||
UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc.config-locale
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user