summaryrefslogtreecommitdiff
path: root/boehm-gc/configure
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/configure')
-rwxr-xr-xboehm-gc/configure6
1 files changed, 3 insertions, 3 deletions
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 ;;
*) ;;