From 690edc40ee2002cd05e6ae9cd0929f10f25af945 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 4 Oct 2014 11:25:30 +0200 Subject: 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 --- core/kconfig/glibc.kconfig | 4 ---- 1 file changed, 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 -- cgit v1.2.3