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:
David S. Miller 2002-04-28 22:48:05 -07:00 committed by David S. Miller
parent 1bbad4c651
commit 189ab118de
3 changed files with 6 additions and 2 deletions

View File

@ -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
View File

@ -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

View File

@ -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"