mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 10:54:07 +08:00
re PR other/35457 (Error building GCC trunk on CELL SPU)
2008-04-18 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/35457 * configure.ac: Include override.m4. * configure: Regenerate. From-SVN: r134435
This commit is contained in:
parent
deb984e6de
commit
7142fb3247
@ -1,3 +1,9 @@
|
||||
2008-04-18 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
PR bootstrap/35457
|
||||
* configure.ac: Include override.m4.
|
||||
* configure: Regenerate.
|
||||
|
||||
2008-04-18 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* Makefile.tpl (restrap): Call `make all' using double-colon rules.
|
||||
|
21
configure
vendored
21
configure
vendored
@ -1415,13 +1415,22 @@ echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
|
||||
,);;
|
||||
*)
|
||||
if test "x$ac_old_val" != "x$ac_new_val"; then
|
||||
{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
|
||||
# differences in whitespace do not lead to failure.
|
||||
ac_old_val_w=`echo x $ac_old_val`
|
||||
ac_new_val_w=`echo x $ac_new_val`
|
||||
if test "$ac_old_val_w" != "$ac_new_val_w"; then
|
||||
{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
|
||||
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
|
||||
{ echo "$as_me:$LINENO: former value: $ac_old_val" >&5
|
||||
echo "$as_me: former value: $ac_old_val" >&2;}
|
||||
{ echo "$as_me:$LINENO: current value: $ac_new_val" >&5
|
||||
echo "$as_me: current value: $ac_new_val" >&2;}
|
||||
ac_cache_corrupted=:
|
||||
ac_cache_corrupted=:
|
||||
else
|
||||
{ echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
|
||||
echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
|
||||
eval $ac_var=\$ac_old_val
|
||||
fi
|
||||
{ echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
|
||||
echo "$as_me: former value: \`$ac_old_val'" >&2;}
|
||||
{ echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
|
||||
echo "$as_me: current value: \`$ac_new_val'" >&2;}
|
||||
fi;;
|
||||
esac
|
||||
# Pass precious variables to config.status.
|
||||
|
@ -18,7 +18,8 @@
|
||||
##############################################################################
|
||||
### WARNING: this file contains embedded tabs. Do not run untabify on this file.
|
||||
|
||||
sinclude(config/acx.m4)
|
||||
m4_include(config/acx.m4)
|
||||
m4_include(config/override.m4)
|
||||
m4_include(config/proginstall.m4)
|
||||
|
||||
AC_INIT(move-if-change)
|
||||
|
Loading…
Reference in New Issue
Block a user