drop eglibc version 2.12
SVN-Revision: 31500
This commit is contained in:
parent
90f58064be
commit
5c3d17cfc9
3 changed files with 0 additions and 9 deletions
|
@ -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 a new issue