mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:34:04 +02:00
[toolchain/eglibc] drop eglibc version 2.12
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31500 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5de2780a5e
commit
308a3864cf
@ -5,10 +5,6 @@ choice
|
||||
help
|
||||
Select the version of eglibc you wish to use.
|
||||
|
||||
config EGLIBC_VERSION_2_12
|
||||
bool "eglibc 2.12"
|
||||
depends !GCC_VERSION_LLVM
|
||||
|
||||
config EGLIBC_VERSION_2_13
|
||||
bool "eglibc 2.13"
|
||||
depends !GCC_VERSION_LLVM
|
||||
@ -26,7 +22,6 @@ config EGLIBC_REVISION
|
||||
string
|
||||
prompt "eglibc revision"
|
||||
depends on TOOLCHAINOPTS && USE_EGLIBC
|
||||
default "14661" if EGLIBC_VERSION_2_12
|
||||
default "15508" if EGLIBC_VERSION_2_13
|
||||
default "16488" if EGLIBC_VERSION_2_14
|
||||
default "HEAD" if EGLIBC_VERSION_TRUNK
|
||||
|
@ -1,7 +1,6 @@
|
||||
config EGLIBC_VERSION
|
||||
string
|
||||
depends on USE_EGLIBC
|
||||
default "2.12" if EGLIBC_VERSION_2_12
|
||||
default "2.13" if EGLIBC_VERSION_2_13
|
||||
default "2.14" if EGLIBC_VERSION_2_14
|
||||
default "trunk"
|
||||
|
@ -15,9 +15,6 @@ PKG_SOURCE_VERSION:=$(PKG_REVISION)
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-r$(PKG_REVISION)
|
||||
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.bz2
|
||||
|
||||
ifneq ($(CONFIG_EGLIBC_VERSION_2_12),)
|
||||
PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_12
|
||||
endif
|
||||
ifneq ($(CONFIG_EGLIBC_VERSION_2_13),)
|
||||
PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_13
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user