Commit 3beb1315 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

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

From-SVN: r79147
parent 41d4b979
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> 2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
* configure.in: Rename file to ... * configure.in: Rename file to ...
......
2004-03-09 Hans-Peter Nilsson <hp@axis.com>
* configure: Regenerate for config/accross.m4 correction.
2004-03-08 Joel Sherrill <joel@oarcorp.com> 2004-03-08 Joel Sherrill <joel@oarcorp.com>
PR target/14480 PR target/14480
......
...@@ -6296,7 +6296,7 @@ void _ebcdic() { char* s = (char*) ebcdic_mm; s = (char*) ebcdic_ii; } ...@@ -6296,7 +6296,7 @@ void _ebcdic() { char* s = (char*) ebcdic_mm; s = (char*) ebcdic_ii; }
int main() { _ascii (); _ebcdic (); return 0; } int main() { _ascii (); _ebcdic (); return 0; }
EOF EOF
if test -f conftest.c ; then 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 if test `grep -l BIGenDianSyS conftest.o` ; then
echo $ac_n ' big endian probe OK, ' 1>&6 echo $ac_n ' big endian probe OK, ' 1>&6
ac_cv_c_bigendian=yes ac_cv_c_bigendian=yes
...@@ -6336,9 +6336,9 @@ cat >>confdefs.h <<_ACEOF ...@@ -6336,9 +6336,9 @@ cat >>confdefs.h <<_ACEOF
_ACEOF _ACEOF
if test $ac_cv_c_bigendian = unknown; then if test $ac_cv_c_bigendian = unknown; then
{ { echo "$as_me:$LINENO: error: unknown endianess - sorry" >&5 { { echo "$as_me:$LINENO: error: unknown endianess - sorry, please pre-set ac_cv_c_bigendian" >&5
echo "$as_me: error: unknown endianess - sorry" >&2;} echo "$as_me: error: unknown endianess - sorry, please pre-set ac_cv_c_bigendian" >&2;}
{ (exit please pre-set ac_cv_c_bigendian); exit please pre-set ac_cv_c_bigendian; }; } { (exit 1); exit 1; }; }
fi fi
......
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> 2004-02-25 Matt Kraai <kraai@alumni.cmu.edu>
* src/powerpc/ffi.c (ffi_prep_args_SYSV): Change * src/powerpc/ffi.c (ffi_prep_args_SYSV): Change
......
...@@ -3491,7 +3491,7 @@ void _ebcdic() { char* s = (char*) ebcdic_mm; s = (char*) ebcdic_ii; } ...@@ -3491,7 +3491,7 @@ void _ebcdic() { char* s = (char*) ebcdic_mm; s = (char*) ebcdic_ii; }
int main() { _ascii (); _ebcdic (); return 0; } int main() { _ascii (); _ebcdic (); return 0; }
EOF EOF
if test -f conftest.c ; then 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 if test `grep -l BIGenDianSyS conftest.o` ; then
echo $ac_n ' big endian probe OK, ' 1>&6 echo $ac_n ' big endian probe OK, ' 1>&6
ac_cv_c_bigendian=yes ac_cv_c_bigendian=yes
...@@ -3527,7 +3527,7 @@ cat >> confdefs.h <<EOF ...@@ -3527,7 +3527,7 @@ cat >> confdefs.h <<EOF
EOF EOF
if test $ac_cv_c_bigendian = unknown; then 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 fi
......
2004-03-09 Hans-Peter Nilsson <hp@axis.com>
* configure: Regenerate for config/accross.m4 correction.
2004-03-07 Andreas Jaeger <aj@suse.de> 2004-03-07 Andreas Jaeger <aj@suse.de>
* testsuite/test-demangle.c: Include <string.h> and <stdlib.h> for * testsuite/test-demangle.c: Include <string.h> and <stdlib.h> for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment