summaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-28 22:37:36 +0000
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-28 22:37:36 +0000
commit5be7963446247204245c954641290f0e5ce238c6 (patch)
tree0623b6a1d116d743cdea992701c17948f079cd36 /boehm-gc
parenta409fbff5c83e1b27289127c2cb9825b33807caa (diff)
downloadgcc-5be7963446247204245c954641290f0e5ce238c6.tar.gz
2010-10-29 Paolo Bonzini <bonzini@gnu.org>
* configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166050 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/ChangeLog4
-rwxr-xr-xboehm-gc/configure6
2 files changed, 7 insertions, 3 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 0f6452fe2f8..cb05810ac59 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -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
diff --git a/boehm-gc/configure b/boehm-gc/configure
index b532cb503e9..78877e50cbc 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 ;;
*) ;;