]> git.pld-linux.org Git - packages/ClanLib.git/commitdiff
- in configure.in was -march=pentium, but it is right only for ix86
authormarcus <marcus@pld-linux.org>
Mon, 25 Mar 2002 21:28:04 +0000 (21:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ClanLib-config.patch -> 1.1

ClanLib-config.patch [new file with mode: 0644]

diff --git a/ClanLib-config.patch b/ClanLib-config.patch
new file mode 100644 (file)
index 0000000..6467b18
--- /dev/null
@@ -0,0 +1,12 @@
+diff -uNr ClanLib-0.5.1.orig/configure.in ClanLib-0.5.1/configure.in
+--- ClanLib-0.5.1.orig/configure.in    Wed Oct 31 21:43:54 2001
++++ ClanLib-0.5.1/configure.in Mon Mar 25 22:25:57 2002
+@@ -565,7 +565,7 @@
+     comp_mode="-DDEBUG=1 -g3 -ggdb3 -O0"
+     AC_MSG_RESULT([enabled])
+   else
+-    comp_mode="-O3 -march=pentium"
++    comp_mode="-O2"
+     AC_MSG_RESULT([*********** <-- DISABLED --> ***********])
+   fi
+ ],
This page took 0.06732 seconds and 4 git commands to generate.