projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d620c91
)
Be extra careful about where the uClibc config file comes from
author
Eric Andersen
<andersen@codepoet.org>
Wed, 9 Mar 2005 08:36:49 +0000
(08:36 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 9 Mar 2005 08:36:49 +0000
(08:36 -0000)
toolchain/uClibc/uclibc.mk
patch
|
blob
|
history
diff --git
a/toolchain/uClibc/uclibc.mk
b/toolchain/uClibc/uclibc.mk
index bdf31527bc8bc911cce082506eac609769d23d49..ee5f009c2495d345409247d0c08c7760d7c0d2a3 100644
(file)
--- a/
toolchain/uClibc/uclibc.mk
+++ b/
toolchain/uClibc/uclibc.mk
@@
-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....