]> granicus.if.org Git - gc/commitdiff
2010-10-29 Paolo Bonzini <bonzini@gnu.org>
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Oct 2010 22:37:36 +0000 (22:37 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:30 +0000 (10:54 +0400)
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166050 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure

index 0f6452fe2f8d3f17abc36d0b71f384bf0cfcfcec..cb05810ac598540afee9b769ce2de70e8feeec62 100644 (file)
--- a/ChangeLog
+++ b/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
index b532cb503e9093f624624f56cc6fbce3d3f05f2d..78877e50cbc80392ebeb5000000be0b5666c0e0a 100755 (executable)
--- a/configure
+++ b/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 ;;
  *) ;;