diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-12 08:34:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-14 12:19:26 +0100 |
commit | e35fc26ad55f836f5b7ad1291b7dc205c02edf20 (patch) | |
tree | 017f7a8ae686b6a04f57a1fbc41646fd9893d433 /toolchain | |
parent | bf78b9eaa9b33db053ca525fc0d3372db7a06187 (diff) |
glibc: do not overwrite libc_cv_cc_with_libunwind, breaks make check
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/glibc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile index b51210d94..3005eee19 100644 --- a/toolchain/glibc/Makefile +++ b/toolchain/glibc/Makefile @@ -52,7 +52,6 @@ GLIBC_ENV:= PATH='${TARGET_PATH}' \ AR="${TARGET_AR}" \ RANLIB="${TARGET_RANLIB}" \ libc_cv_forced_unwind=yes \ - libc_cv_cc_with_libunwind=yes \ libc_cv_c_cleanup=yes \ libc_cv_gnu99_inline=yes \ libc_cv_initfini_array=yes |