diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-03-06 19:09:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-03-06 19:09:12 +0100 |
commit | 6a1322274b55248e4c4dab8ded82adfb07758d63 (patch) | |
tree | b70fb8011f2ce314f019cf6e0580bcd2eddd4cb1 | |
parent | 479738249296393dedbbe3de260f2a304928078f (diff) |
glibc: cleanup unused configure stuff
-rw-r--r-- | toolchain/glibc/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
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 |