projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d994f2
)
toolchain: fix eglibc build when TOOLCHAINOPTS is not set
author
John Crispin
<john@openwrt.org>
Thu, 26 Mar 2015 10:59:04 +0000
(10:59 +0000)
committer
John Crispin
<john@openwrt.org>
Thu, 26 Mar 2015 10:59:04 +0000
(10:59 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45015
toolchain/glibc/Config.version
patch
|
blob
|
history
diff --git
a/toolchain/glibc/Config.version
b/toolchain/glibc/Config.version
index 0d84df217576b7d135d65ba0ce1f2de83fe387ae..2ac01d7d736eb8beda602123d281d8c20e996280 100644
(file)
--- a/
toolchain/glibc/Config.version
+++ b/
toolchain/glibc/Config.version
@@
-10,7
+10,6
@@
config EGLIBC_VERSION_2_19
bool
config GLIBC_VERSION_2_21
- default y if !TOOLCHAINOPTS
bool
config GLIBC_REVISION
@@
-20,3
+19,8
@@
config GLIBC_REVISION
default ""
endif
+
+menu "eglibc configuration"
+ depends on !TOOLCHAINOPTS && USE_GLIBC
+ source toolchain/glibc/config/Config.in
+endmenu