diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2010-10-28 22:37:36 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2010-10-28 22:37:36 +0000 |
commit | 5eae2844f77a9c458924314efef2c411cd6a1c32 (patch) | |
tree | 0623b6a1d116d743cdea992701c17948f079cd36 /boehm-gc/configure | |
parent | f87f47fc7eb54a3e2fd2b5e908d27aaf329c9b11 (diff) | |
download | gcc-5eae2844f77a9c458924314efef2c411cd6a1c32.zip gcc-5eae2844f77a9c458924314efef2c411cd6a1c32.tar.gz gcc-5eae2844f77a9c458924314efef2c411cd6a1c32.tar.bz2 |
configure: Regenerate.
2010-10-29 Paolo Bonzini <bonzini@gnu.org>
* configure: Regenerate.
From-SVN: r166050
Diffstat (limited to 'boehm-gc/configure')
-rwxr-xr-x | boehm-gc/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/boehm-gc/configure b/boehm-gc/configure index b532cb5..78877e5 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -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 ;; *) ;; |