]> git.pld-linux.org Git - packages/crossmingw32-allegro.git/blobdiff - allegro-opt.patch
- updated to 4.3.0
[packages/crossmingw32-allegro.git] / allegro-opt.patch
index dd6032c73335841ac7fdb5bd6cbbc46dd6307aa8..cb2231140a66eecc78ae6f0e437ee0c9cd777839 100644 (file)
@@ -1,11 +1,11 @@
---- allegro-4.1.12/configure.in.orig   2003-11-11 21:59:10.385928944 +0100
-+++ allegro-4.1.12/configure.in        2003-11-11 22:02:54.074923048 +0100
-@@ -649,39 +649,13 @@
+--- aa/allegro-4.1.15/configure.in     2004-04-27 13:53:02.000000000 +0200
++++ allegro-4.1.15/configure.in        2004-05-23 21:18:36.478313632 +0200
+@@ -720,38 +720,7 @@
  
  dnl How to compile C and asm files.
- if test -n "GCC"; then
+ if test -n "$GCC"; then
 -  if test "X$allegro_strict_warnings" = "Xyes"; then
--    WFLAGS="-Wall -W -Wstrict-prototypes -Wno-unused -Werror"
+-    WFLAGS="-Wall -W -Wstrict-prototypes -Wno-unused-parameter -Werror"
 -  else
 -    WFLAGS="-Wall -Wno-unused"
 -  fi
 -    else
 -      TARGET_ARCH="-mcpu=$allegro_optimizations"
 -    fi
+-  elif test "X$allegro_cv_processor_type" = "Xamd64"; then
+-    dnl Change default pentium->athlon64
+-    if test "X$allegro_optimizations" = "Xpentium"; then
+-      allegro_optimizations="k8"
+-    fi
+-    if test "$allegro_exclusive_optimizations" != none; then
+-      TARGET_ARCH="-march=$allegro_exclusive_optimizations"
+-    elif test "X$allegro_cv_support_amd64_mtune" = "Xyes"; then
+-      TARGET_ARCH="-mtune=$allegro_optimizations"
+-    else
+-      TARGET_ARCH="-mcpu=$allegro_optimizations"
+-    fi
 -  else
 -    TARGET_ARCH=
 -  fi
--  if test "X$allegro_cv_can_use_pipe" = "Xyes"; then
--    CFLAGS="$CFLAGS -pipe"
--  fi
 -  dnl Allow to specify additional flags.
 -  CFLAGS="$CFLAGS $XCFLAGS"
 -  WFLAGS="$WFLAGS $WCFLAGS"
@@ -31,6 +40,9 @@
    ALLEGRO_DEBUG_CFLAGS="$CFLAGS -g $WFLAGS -DDEBUGMODE"
    if test "X$allegro_debug_with_fortify" = "Xyes"; then
       ALLEGRO_DEBUG_CFLAGS="$ALLEGRO_DEBUG_CFLAGS -DFORTIFY"
+@@ -759,12 +728,8 @@
+   if test "X$allegro_debug_with_dmalloc" = "Xyes"; then
+      ALLEGRO_DEBUG_CFLAGS="$ALLEGRO_DEBUG_CFLAGS -DDMALLOC"
    fi
 -  ALLEGRO_PROFILE_CFLAGS="$CFLAGS -pg $TARGET_ARCH -O2 -funroll-loops -ffast-math $WFLAGS"
 -  if test "X$allegro_cv_support_fomit_frame_pointer" = "Xyes"; then
This page took 0.071329 seconds and 4 git commands to generate.