summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--toolchain/eglibc/Config.in4
-rw-r--r--toolchain/eglibc/Config.version6
-rw-r--r--toolchain/eglibc/Makefile3
3 files changed, 3 insertions, 10 deletions
diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in
index a8d3de6f5..f7df171a5 100644
--- a/toolchain/eglibc/Config.in
+++ b/toolchain/eglibc/Config.in
@@ -13,9 +13,6 @@ choice
bool "eglibc 2.14"
depends !GCC_VERSION_LLVM
- config EGLIBC_VERSION_TRUNK
- bool "eglibc trunk"
-
endchoice
config EGLIBC_REVISION
@@ -24,7 +21,6 @@ config EGLIBC_REVISION
depends on TOOLCHAINOPTS && USE_EGLIBC
default "15508" if EGLIBC_VERSION_2_13
default "16488" if EGLIBC_VERSION_2_14
- default "HEAD" if EGLIBC_VERSION_TRUNK
default ""
menu "eglibc configuration"
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version
index b081cec53..6f2e6a9a7 100644
--- a/toolchain/eglibc/Config.version
+++ b/toolchain/eglibc/Config.version
@@ -1,6 +1,6 @@
config EGLIBC_VERSION
string
depends on USE_EGLIBC
- default "2.13" if EGLIBC_VERSION_2_13
- default "2.14.1" if EGLIBC_VERSION_2_14
- default "trunk"
+ default "2.13" if EGLIBC_VERSION_2_13
+ default "2.14.1" if EGLIBC_VERSION_2_14
+ default "2.13"
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile
index fbd9daa03..5623fcbcb 100644
--- a/toolchain/eglibc/Makefile
+++ b/toolchain/eglibc/Makefile
@@ -21,9 +21,6 @@ endif
ifneq ($(CONFIG_EGLIBC_VERSION_2_14),)
PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_14
endif
-ifneq ($(CONFIG_EGLIBC_VERSION_TRUNK),)
- PKG_SOURCE_URL:=svn://svn.eglibc.org/trunk
-endif
PATCH_DIR:=./patches/$(PKG_VERSION)