ports/emulators/generator/files/patch-configure
Matthew N. Dodd 398c8f81ad - Update to 0.34
- Add support for SDL Joysticks.
- Possibly run on more than i386.
2003-04-07 06:42:33 +00:00

11 lines
541 B
Text

--- configure.orig Sat Oct 20 16:05:45 2001
+++ configure Mon Apr 7 02:18:27 2003
@@ -1575,7 +1575,7 @@
if [ "x$GCCVER" != "xno" ]; then
echo "$as_me:1576: result: Turning on gcc optimisations" >&5
echo "${ECHO_T}Turning on gcc optimisations" >&6
- CFLAGS="$CFLAGS -O3 -ffast-math -fomit-frame-pointer"
+ CFLAGS="$CFLAGS -ffast-math -fomit-frame-pointer"
if [ "x$GCCVER" = "x3" ]; then
echo "$as_me:1580: result: Turning on gcc 3 optimisations" >&5
echo "${ECHO_T}Turning on gcc 3 optimisations" >&6