Skip to content
Snippets Groups Projects
Commit b98c1988 authored by John Crispin's avatar John Crispin
Browse files

toolchain: fix eglibc build when TOOLCHAINOPTS is not set


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

SVN-Revision: 45015
parent 2d994f2f
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ config EGLIBC_VERSION_2_19 ...@@ -10,7 +10,6 @@ config EGLIBC_VERSION_2_19
bool bool
config GLIBC_VERSION_2_21 config GLIBC_VERSION_2_21
default y if !TOOLCHAINOPTS
bool bool
config GLIBC_REVISION config GLIBC_REVISION
...@@ -20,3 +19,8 @@ config GLIBC_REVISION ...@@ -20,3 +19,8 @@ config GLIBC_REVISION
default "" default ""
endif endif
menu "eglibc configuration"
depends on !TOOLCHAINOPTS && USE_GLIBC
source toolchain/glibc/config/Config.in
endmenu
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment