Update ppc64 optimization hack

This commit is contained in:
Michel Alexandre Salim 2012-06-05 15:48:04 +07:00
parent ad6b94f809
commit de173f0a14
3 changed files with 12 additions and 16 deletions

View File

@ -1,15 +0,0 @@
--- gambc-v4_6_5-devel/configure.reduce-opt 2012-03-15 00:32:35.000000000 +0700
+++ gambc-v4_6_5-devel/configure 2012-03-31 10:12:56.217457151 +0700
@@ -22294,11 +22294,7 @@
{ echo "$as_me:$LINENO: result: $DASH_fomit_frame_pointer" >&5
echo "${ECHO_T}$DASH_fomit_frame_pointer" >&6; }
- if test "$DASH_O2" != ""; then
- OPT_LEVEL_FLAG="$DASH_O2"
- else
- OPT_LEVEL_FLAG="$DASH_O1"
- fi
+ OPT_LEVEL_FLAG="$DASH_O1"
# It isn't clear these are useful:
# AC_CHECK_C_COMPILER_OPT(-fexpensive-optimizations,DASH_fexpensive_optimizations)

View File

@ -0,0 +1,11 @@
--- gambc-v4_6_6-devel/configure.reduce-opt 2012-05-24 00:18:43.000000000 +0700
+++ gambc-v4_6_6-devel/configure 2012-06-05 15:45:33.295482005 +0700
@@ -22314,7 +22314,7 @@
case "$ENABLE_C_OPT" in
yes) if test "$DASH_O2" != ""; then
- OPT_LEVEL_FLAG="$DASH_O2"
+ OPT_LEVEL_FLAG="$DASH_O1"
fi
;;

View File

@ -23,7 +23,7 @@ URL: http://www.iro.umontreal.ca/~gambit
Source0: http://www.iro.umontreal.ca/~gambit/download/gambit/v4.6/source/%{dirname}.tgz
Source1: gambit-init.el
Patch0: gambc-v4_2_8-modtime.patch
Patch1: gambc-v4_6_5-reduce-opt.patch
Patch1: gambc-v4_6_6-reduce-opt.patch
BuildRequires: emacs
Requires: gcc