summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-09 01:22:49 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-09 01:22:49 +0000
commitac09b42b6d27561e64693f492bca71961e8ea9fe (patch)
tree271bfb72dff57bea161f802465904dfb05fe9b77 /gcc/configure
parentc1100addb28e16107d5e99108132db9be79ecafb (diff)
downloadgcc-ac09b42b6d27561e64693f492bca71961e8ea9fe.tar.gz
* configure: Regenerate for config/accross.m4 correction.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79147 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/configure b/gcc/configure
index 3803a53ac21..bda3c162b82 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -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