diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-03-20 22:37:06 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-03-20 22:37:06 +0000 |
commit | bef0b507497a019ae2a3f56b625e106d2b433629 (patch) | |
tree | 461094d780088d3a67ccb44b2a6bc521b90dbb96 /sysdeps/sparc/configure | |
parent | 912cc4b3e4f9752b76d9cd43950fb8f5fa87117d (diff) | |
download | glibc-bef0b507497a019ae2a3f56b625e106d2b433629.zip glibc-bef0b507497a019ae2a3f56b625e106d2b433629.tar.gz glibc-bef0b507497a019ae2a3f56b625e106d2b433629.tar.bz2 |
Move system-specific settings out of toplevel configure.in and config.make.in.
Diffstat (limited to 'sysdeps/sparc/configure')
-rw-r--r-- | sysdeps/sparc/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/sparc/configure b/sysdeps/sparc/configure index 3abba27..63e02de 100644 --- a/sysdeps/sparc/configure +++ b/sysdeps/sparc/configure @@ -40,6 +40,8 @@ if test $libc_cv_sparc_as_vis3 = yes; then $as_echo "#define HAVE_AS_VIS3_SUPPORT 1" >>confdefs.h fi +config_vars="$config_vars +have-as-vis3 = $libc_cv_sparc_as_vis3" # Check for a GCC emitting GOTDATA relocations. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sparc gcc GOTDATA reloc support" >&5 |