diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-09-15 13:08:45 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-09-15 13:08:45 -0700 |
commit | 6551399088ae065e0f3c1c0b2be687652eacb561 (patch) | |
tree | 182ba1bcc511c88d02cc16f2a1d0475bbe49e8fe /configure | |
parent | 97bc38d7a55befa5353bc04caff4329b7778bc84 (diff) | |
download | glibc-6551399088ae065e0f3c1c0b2be687652eacb561.tar.gz glibc-6551399088ae065e0f3c1c0b2be687652eacb561.tar.xz glibc-6551399088ae065e0f3c1c0b2be687652eacb561.zip |
Remove $(have-cpp-asm-debuginfo) check
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure index d159ce0e7b..739d2bd8b5 100755 --- a/configure +++ b/configure @@ -589,7 +589,6 @@ libc_cv_cc_novzeroupper libc_cv_cc_sse2avx libc_cv_cc_avx libc_cv_cc_sse4 -libc_cv_cpp_asm_debuginfo libc_cv_forced_unwind libc_cv_rootsbindir libc_cv_localstatedir @@ -7500,7 +7499,6 @@ fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fPIC is default" >&5 $as_echo_n "checking whether -fPIC is default... " >&6; } if ${libc_cv_pic_default+:} false; then : |