From f5b1a240db7d07682b06fa64f0920e9f0899863b Mon Sep 17 00:00:00 2001 From: grzegol Date: Fri, 5 Mar 2004 21:27:23 +0000 Subject: [PATCH] - updated to allegro-4.1.13 Changed files: allegro-opt.patch -> 1.6 --- allegro-opt.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/allegro-opt.patch b/allegro-opt.patch index 16a6e65..dd6032c 100644 --- a/allegro-opt.patch +++ b/allegro-opt.patch @@ -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 -- 2.44.0