From 6a1322274b55248e4c4dab8ded82adfb07758d63 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 6 Mar 2018 19:09:12 +0100 Subject: glibc: cleanup unused configure stuff --- toolchain/glibc/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'toolchain/glibc') diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile index d0ce23117..e8c7cd462 100644 --- a/toolchain/glibc/Makefile +++ b/toolchain/glibc/Makefile @@ -19,14 +19,8 @@ GLIBC_CONFOPTS:= --build=$(GNU_HOST_NAME) \ --disable-sanity-checks \ --disable-nls \ --disable-werror \ - --without-cvs \ - --disable-profile \ - --without-gd \ --disable-nscd \ - --with-__thread \ - --with-tls \ - --enable-shared \ - --enable-kernel="2.6.32" + --enable-shared ifeq ($(ADK_TARGET_USE_STATIC_LIBS_ONLY),y) GLIBC_CONFOPTS+= --enable-static-nss @@ -40,8 +34,6 @@ GLIBC_ENV:= PATH='${TARGET_PATH}' \ CXX="${TARGET_CXX}" \ AR="${TARGET_AR}" \ RANLIB="${TARGET_RANLIB}" \ - libc_cv_forced_unwind=yes \ - libc_cv_c_cleanup=yes \ libc_cv_gnu99_inline=yes \ libc_cv_initfini_array=yes -- cgit v1.2.3