mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-18 13:20:32 +08:00
configure.in, configure: Fix SPARC test in previous change.
2002-04-28 David S. Miller <davem@redhat.com> * configure.in, configure: Fix SPARC test in previous change. From-SVN: r52878
This commit is contained in:
parent
1bbad4c651
commit
189ab118de
@ -1,3 +1,7 @@
|
||||
2002-04-28 David S. Miller <davem@redhat.com>
|
||||
|
||||
* configure.in, configure: Fix SPARC test in previous change.
|
||||
|
||||
2002-04-29 Gerhard Tonn <GerhardTonn@swol.de>
|
||||
|
||||
* Makefile.am: Add Linux for S/390 support.
|
||||
|
2
libffi/configure
vendored
2
libffi/configure
vendored
@ -3431,7 +3431,7 @@ if test $ac_cv_c_bigendian = unknown; then
|
||||
fi
|
||||
|
||||
|
||||
if test x$TARGET == xSPARC; then
|
||||
if test x$TARGET = xSPARC; then
|
||||
echo $ac_n "checking assembler and linker support unaligned pc related relocs""... $ac_c" 1>&6
|
||||
echo "configure:3437: checking assembler and linker support unaligned pc related relocs" >&5
|
||||
if eval "test \"`echo '$''{'libffi_cv_as_sparc_ua_pcrel'+set}'`\" = set"; then
|
||||
|
@ -98,7 +98,7 @@ AC_COMPILE_CHECK_SIZEOF(long double)
|
||||
AC_COMPILE_CHECK_SIZEOF(void *)
|
||||
AC_C_BIGENDIAN_CROSS
|
||||
|
||||
if test x$TARGET == xSPARC; then
|
||||
if test x$TARGET = xSPARC; then
|
||||
AC_CACHE_CHECK([assembler and linker support unaligned pc related relocs],
|
||||
libffi_cv_as_sparc_ua_pcrel, [
|
||||
save_CFLAGS="$CFLAGS"
|
||||
|
Loading…
Reference in New Issue
Block a user