summaryrefslogtreecommitdiff
path: root/core/kconfig/glibc.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-10-04 11:25:30 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-10-04 11:25:30 +0200
commit690edc40ee2002cd05e6ae9cd0929f10f25af945 (patch)
treede04ef8e8ecf59cbfe813c32cd86a2f4428dd978 /core/kconfig/glibc.kconfig
parent404036db99e183b2eeea6d178a2a1c43b0e0af6f (diff)
downloadembtoolkit-690edc40ee2002cd05e6ae9cd0929f10f25af945.tar.gz
embtoolkit-690edc40ee2002cd05e6ae9cd0929f10f25af945.tar.bz2
embtoolkit-690edc40ee2002cd05e6ae9cd0929f10f25af945.tar.xz
Toolchain: glibc: drop v2.20 support for the moment
Too much scary warnings and failed to build under FreeBSD with : /usr/home/walsimou/embtoolkit.git/generated/tools-mips64el-linux-mips64/lib/gcc/mipsisa64el-unknown-linux-gnu/4.8.4/../../../../mipsisa64el-unknown-linux-gnu/bin/ld: /usr/home/walsimou/embtoolkit.git/build/tools_build-mips64el-linux-mips64/glibc-2.20-build/nptl/libpthread.so symbol number 175 references nonexistent SHT_SYMTAB_SHNDX section /usr/home/walsimou/embtoolkit.git/build/tools_build-mips64el-linux-mips64/glibc-2.20-build/nptl/libpthread.so: could not read symbols: File format not recognized collect2: error: ld returned 1 exit status gmake[3]: *** [/usr/home/walsimou/embtoolkit.git/build/tools_build-mips64el-linux-mips64/glibc-2.20-build/rt/librt.so] Error 1 gmake[2]: *** [rt/others] Error 2 gmake[1]: *** [all] Error 2 Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/kconfig/glibc.kconfig')
-rw-r--r--core/kconfig/glibc.kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/kconfig/glibc.kconfig b/core/kconfig/glibc.kconfig
index 661f8cb..0aa14e8 100644
--- a/core/kconfig/glibc.kconfig
+++ b/core/kconfig/glibc.kconfig
@@ -28,9 +28,6 @@ choice
help
Here you can choose which version of glibc you want to use.
- config EMBTK_GLIBC_VERSION_2_20
- bool "glibc-2.20"
- select EMBTK_GLIBC_NEED_PATCH
config EMBTK_GLIBC_VERSION_2_19
bool "glibc-2.19"
select EMBTK_GLIBC_NEED_PATCH
@@ -41,7 +38,6 @@ endchoice
config EMBTK_GLIBC_VERSION_STRING
string
- default "2.20" if EMBTK_GLIBC_VERSION_2_20
default "2.19" if EMBTK_GLIBC_VERSION_2_19
default "2.17" if EMBTK_GLIBC_VERSION_2_17