toolchain: fix eglibc build when TOOLCHAINOPTS is not set
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45015
This commit is contained in:
parent
2d994f2fdc
commit
b98c198883
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue