mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
toolchain: fix eglibc build when TOOLCHAINOPTS is not set
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45015 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d501aa20ff
commit
29d9f6dc5c
@ -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…
x
Reference in New Issue
Block a user