]> git.pld-linux.org Git - packages/Frodo.git/blame - Frodo-opt.patch
- dropped pre-cvs changelog
[packages/Frodo.git] / Frodo-opt.patch
CommitLineData
f9754320
AM
1diff -urN Frodo-4.1b.org/Src/configure.in Frodo-4.1b/Src/configure.in
2--- Frodo-4.1b.org/Src/configure.in Sat Feb 22 15:26:14 2003
3+++ Frodo-4.1b/Src/configure.in Sat Feb 22 15:27:46 2003
4@@ -10,11 +10,6 @@
4e160860
JB
5 AC_PROG_CPP
6 AC_PROG_MAKE_SET
7
f9754320 8-dnl Don't want the default "-O2 -g" that autoconf uses for gcc.
4e160860 9-if [[ x"$GXX" = "xyes" ]]; then
f9754320 10- CFLAGS="-O2 -g -fomit-frame-pointer -Wall -Wno-unused -Wno-format"
4e160860
JB
11-fi
12-
13 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
14 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
15
f9754320 16@@ -153,7 +148,7 @@
4e160860
JB
17
18 if [[ "$HAVEGCC27" = "y" -a "$HAVEI386" = "y" ]]; then
19 # Don't want strength-reduce on the i386, makes the code slower usually.
20- CFLAGS="$CFLAGS -fno-strength-reduce -DREGPARAM=\"__attribute__((regparm(3)))\""
21+ CFLAGS="$CFLAGS -DREGPARAM=\"__attribute__((regparm(3)))\""
f9754320 22 elif [[ "$TARGET" = "amigaos" ]]; then
4e160860
JB
23 CFLAGS="$CFLAGS -DREGPARAM=\"__attribute__((regargs(4)))\" "
24 else
This page took 0.132756 seconds and 4 git commands to generate.