configure: Regenerate.
2010-10-29 Paolo Bonzini <bonzini@gnu.org> * configure: Regenerate. From-SVN: r166050
This commit is contained in:
parent
f87f47fc7e
commit
5eae2844f7
@ -1,3 +1,7 @@
|
||||
2010-10-29 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2010-10-28 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* configure.ac: Rewrite DGUX check to use GC_CFLAGS, and -O0 check
|
||||
|
6
boehm-gc/configure
vendored
6
boehm-gc/configure
vendored
@ -15352,9 +15352,9 @@ if test $ac_is_dgux = yes; then
|
||||
GC_CFLAGS="$GC_CFLAGS -DDGUX -D_DGUX_SOURCE -Di386 -mno-legend"
|
||||
fi
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GCC optimization fix should be disabled" >&5
|
||||
$as_echo_n "checking whether GCC optimization fix should be disabled... " >&6; }
|
||||
O0_CFLAGS=-mtune=generic
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GCC optimization should be disabled" >&5
|
||||
$as_echo_n "checking whether GCC optimization should be disabled... " >&6; }
|
||||
O0_CFLAGS=
|
||||
case "$host" in
|
||||
*aix*) test "$GCC" = yes && O0_CFLAGS=-O0 ;;
|
||||
*) ;;
|
||||
|
Loading…
Reference in New Issue
Block a user