소스 검색

glibc: do not overwrite libc_cv_cc_with_libunwind, breaks make check

Waldemar Brodkorb 8 년 전
부모
커밋
e35fc26ad5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      toolchain/glibc/Makefile

+ 0 - 1
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