* configure: Regenerate for config/accross.m4 correction.

From-SVN: r79147
This commit is contained in:
Hans-Peter Nilsson 2004-03-09 01:22:49 +00:00 committed by Hans-Peter Nilsson
parent 41d4b97939
commit 3beb131556
8 changed files with 1646 additions and 728 deletions

View File

@ -1,3 +1,7 @@
2004-03-09 Hans-Peter Nilsson <hp@axis.com>
* configure: Regenerate for config/accross.m4 correction.
2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
* configure.in: Rename file to ...

1069
fastjar/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,7 @@
2004-03-09 Hans-Peter Nilsson <hp@axis.com>
* configure: Regenerate for config/accross.m4 correction.
2004-03-08 Joel Sherrill <joel@oarcorp.com>
PR target/14480

8
gcc/configure vendored
View File

@ -6296,7 +6296,7 @@ void _ebcdic() { char* s = (char*) ebcdic_mm; s = (char*) ebcdic_ii; }
int main() { _ascii (); _ebcdic (); return 0; }
EOF
if test -f conftest.c ; then
if ${CC-cc} ${CFLAGS} conftest.c -o conftest.o && test -f conftest.o ; then
if ${CC-cc} ${CFLAGS} -c conftest.c -o conftest.o && test -f conftest.o ; then
if test `grep -l BIGenDianSyS conftest.o` ; then
echo $ac_n ' big endian probe OK, ' 1>&6
ac_cv_c_bigendian=yes
@ -6336,9 +6336,9 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
if test $ac_cv_c_bigendian = unknown; then
{ { echo "$as_me:$LINENO: error: unknown endianess - sorry" >&5
echo "$as_me: error: unknown endianess - sorry" >&2;}
{ (exit please pre-set ac_cv_c_bigendian); exit please pre-set ac_cv_c_bigendian; }; }
{ { echo "$as_me:$LINENO: error: unknown endianess - sorry, please pre-set ac_cv_c_bigendian" >&5
echo "$as_me: error: unknown endianess - sorry, please pre-set ac_cv_c_bigendian" >&2;}
{ (exit 1); exit 1; }; }
fi

View File

@ -1,3 +1,7 @@
2004-03-09 Hans-Peter Nilsson <hp@axis.com>
* configure: Regenerate for config/accross.m4 correction.
2004-02-25 Matt Kraai <kraai@alumni.cmu.edu>
* src/powerpc/ffi.c (ffi_prep_args_SYSV): Change

4
libffi/configure vendored
View File

@ -3491,7 +3491,7 @@ void _ebcdic() { char* s = (char*) ebcdic_mm; s = (char*) ebcdic_ii; }
int main() { _ascii (); _ebcdic (); return 0; }
EOF
if test -f conftest.c ; then
if ${CC-cc} ${CFLAGS} conftest.c -o conftest.o && test -f conftest.o ; then
if ${CC-cc} ${CFLAGS} -c conftest.c -o conftest.o && test -f conftest.o ; then
if test `grep -l BIGenDianSyS conftest.o` ; then
echo $ac_n ' big endian probe OK, ' 1>&6
ac_cv_c_bigendian=yes
@ -3527,7 +3527,7 @@ cat >> confdefs.h <<EOF
EOF
if test $ac_cv_c_bigendian = unknown; then
{ echo "configure: error: unknown endianess - sorry" 1>&2; exit 1; }
{ echo "configure: error: unknown endianess - sorry, please pre-set ac_cv_c_bigendian" 1>&2; exit 1; }
fi

View File

@ -1,3 +1,7 @@
2004-03-09 Hans-Peter Nilsson <hp@axis.com>
* configure: Regenerate for config/accross.m4 correction.
2004-03-07 Andreas Jaeger <aj@suse.de>
* testsuite/test-demangle.c: Include <string.h> and <stdlib.h> for

1277
libiberty/configure vendored

File diff suppressed because it is too large Load Diff