summaryrefslogtreecommitdiff
path: root/toolchain/glibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-12 08:34:35 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-14 12:19:26 +0100
commite35fc26ad55f836f5b7ad1291b7dc205c02edf20 (patch)
tree017f7a8ae686b6a04f57a1fbc41646fd9893d433 /toolchain/glibc
parentbf78b9eaa9b33db053ca525fc0d3372db7a06187 (diff)
glibc: do not overwrite libc_cv_cc_with_libunwind, breaks make check
Diffstat (limited to 'toolchain/glibc')
-rw-r--r--toolchain/glibc/Makefile1
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