about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-03-20 22:37:06 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-03-20 22:37:06 +0000
commitbef0b507497a019ae2a3f56b625e106d2b433629 (patch)
tree461094d780088d3a67ccb44b2a6bc521b90dbb96 /configure
parent912cc4b3e4f9752b76d9cd43950fb8f5fa87117d (diff)
downloadglibc-bef0b507497a019ae2a3f56b625e106d2b433629.tar.gz
glibc-bef0b507497a019ae2a3f56b625e106d2b433629.tar.xz
glibc-bef0b507497a019ae2a3f56b625e106d2b433629.zip
Move system-specific settings out of toplevel configure.in and config.make.in.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure20
1 files changed, 2 insertions, 18 deletions
diff --git a/configure b/configure
index 2dc7eeb977..088bef0515 100755
--- a/configure
+++ b/configure
@@ -581,14 +581,6 @@ shared
 static
 ldd_rewrite_script
 use_ldconfig
-libc_cv_sparc_as_vis3
-libc_cv_as_i686
-libc_cv_cc_nofma
-libc_cv_cc_fma4
-libc_cv_cc_novzeroupper
-libc_cv_cc_sse2avx
-libc_cv_cc_avx
-libc_cv_cc_sse4
 libc_cv_forced_unwind
 libc_cv_rootsbindir
 libc_cv_localstatedir
@@ -607,6 +599,7 @@ have_libcap
 have_libaudit
 LIBGD
 libc_cv_cc_submachine
+libc_cv_cc_nofma
 exceptions
 gnu89_inline
 libc_cv_ssp
@@ -639,7 +632,6 @@ MSGFMT
 MAKE
 LD
 AS
-MIG
 OBJCOPY
 OBJDUMP
 AR
@@ -6912,6 +6904,7 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_nofma" >&5
 $as_echo "$libc_cv_cc_nofma" >&6; }
 
+
 if test -n "$submachine"; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option for CPU variant" >&5
 $as_echo_n "checking for compiler option for CPU variant... " >&6; }
@@ -7367,15 +7360,6 @@ fi
 
 
 
-
-
-
-
-
-
-
-
-
 if test x$use_ldconfig = xyes; then
   $as_echo "#define USE_LDCONFIG 1" >>confdefs.h