]> git.pld-linux.org Git - packages/Frodo.git/blame - Frodo-opt.patch
- adapted to PLD
[packages/Frodo.git] / Frodo-opt.patch
CommitLineData
4e160860
JB
1--- Frodo.orig/Src/configure.in Wed Aug 6 20:56:31 1997
2+++ Frodo/Src/configure.in Tue Feb 27 00:16:23 2001
3@@ -8,11 +8,6 @@
4 AC_PROG_CPP
5 AC_PROG_MAKE_SET
6
7-dnl Don't want the default "-O -g" that autoconf uses for gcc.
8-if [[ x"$GXX" = "xyes" ]]; then
9- CFLAGS="-O3 -g -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes"
10-fi
11-
12 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
13 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
14
15@@ -193,7 +188,7 @@
16
17 if [[ "$HAVEGCC27" = "y" -a "$HAVEI386" = "y" ]]; then
18 # Don't want strength-reduce on the i386, makes the code slower usually.
19- CFLAGS="$CFLAGS -fno-strength-reduce -DREGPARAM=\"__attribute__((regparm(3)))\""
20+ CFLAGS="$CFLAGS -DREGPARAM=\"__attribute__((regparm(3)))\""
21 else if [[ "$TARGET" = "amigaos" ]]; then
22 CFLAGS="$CFLAGS -DREGPARAM=\"__attribute__((regargs(4)))\" "
23 else
This page took 0.047905 seconds and 4 git commands to generate.