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 /config.make.in | |
parent | 97bc38d7a55befa5353bc04caff4329b7778bc84 (diff) | |
download | glibc-6551399088ae065e0f3c1c0b2be687652eacb561.tar glibc-6551399088ae065e0f3c1c0b2be687652eacb561.tar.gz glibc-6551399088ae065e0f3c1c0b2be687652eacb561.tar.bz2 glibc-6551399088ae065e0f3c1c0b2be687652eacb561.zip |
Remove $(have-cpp-asm-debuginfo) check
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.make.in b/config.make.in index d84fe383c3..b6d1c945dc 100644 --- a/config.make.in +++ b/config.make.in @@ -55,7 +55,6 @@ have-Bgroup = @libc_cv_Bgroup@ with-fp = @with_fp@ old-glibc-headers = @old_glibc_headers@ unwind-find-fde = @libc_cv_gcc_unwind_find_fde@ -have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@ have-forced-unwind = @libc_cv_forced_unwind@ have-fpie = @libc_cv_fpie@ have-mfma4 = @libc_cv_cc_fma4@ |