summaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r--toolchain/eglibc/Config.in5
-rw-r--r--toolchain/eglibc/Config.version1
-rw-r--r--toolchain/eglibc/Makefile3
3 files changed, 0 insertions, 9 deletions
diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in
index e94493d64..a8d3de6f5 100644
--- a/toolchain/eglibc/Config.in
+++ b/toolchain/eglibc/Config.in
@@ -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
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version
index 6b67cdda3..7ca4e171c 100644
--- a/toolchain/eglibc/Config.version
+++ b/toolchain/eglibc/Config.version
@@ -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"
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile
index 7d964bacf..fbd9daa03 100644
--- a/toolchain/eglibc/Makefile
+++ b/toolchain/eglibc/Makefile
@@ -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