mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Move system-specific settings out of toplevel configure.in and config.make.in.
This commit is contained in:
2
sysdeps/sparc/configure
vendored
2
sysdeps/sparc/configure
vendored
@ -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
|
||||
|
@ -28,6 +28,7 @@ rm -f conftest*])
|
||||
if test $libc_cv_sparc_as_vis3 = yes; then
|
||||
AC_DEFINE(HAVE_AS_VIS3_SUPPORT)
|
||||
fi
|
||||
LIBC_CONFIG_VAR([have-as-vis3], [$libc_cv_sparc_as_vis3])
|
||||
|
||||
# Check for a GCC emitting GOTDATA relocations.
|
||||
AC_CACHE_CHECK(for sparc gcc GOTDATA reloc support, libc_cv_sparc_gcc_gotdata, [dnl
|
||||
|
Reference in New Issue
Block a user