]> git.pld-linux.org Git - packages/allegro.git/commitdiff
- updated to allegro-4.1.13
authorgrzegol <grzegol@pld-linux.org>
Fri, 5 Mar 2004 21:27:23 +0000 (21:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    allegro-opt.patch -> 1.6

allegro-opt.patch

index 16a6e65c967ff06b9905054b6abe9c0f58c09db9..dd6032c73335841ac7fdb5bd6cbbc46dd6307aa8 100644 (file)
@@ -1,6 +1,6 @@
 --- 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,37 +649,13 @@
+@@ -649,39 +649,13 @@
  
  dnl How to compile C and asm files.
  if test -n "GCC"; then
@@ -12,6 +12,8 @@
 -  if test "X$allegro_cv_processor_type" = "Xi386"; then
 -    if test "$allegro_exclusive_optimizations" != none; then
 -      TARGET_ARCH="-march=$allegro_exclusive_optimizations"
+-    elif test "X$allegro_cv_support_i386_mtune" = "Xyes"; then
+-      TARGET_ARCH="-mtune=$allegro_optimizations"
 -    else
 -      TARGET_ARCH="-mcpu=$allegro_optimizations"
 -    fi
This page took 0.067628 seconds and 4 git commands to generate.