Package: dialign-t / 1.0.2-7

prevent_enforcing_arch.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Andreas Tille <tille@debian.org>
Last-Update: Mon, 02 Dec 2013 19:10:33 +0100
Bug-Debian: http://bugs.debian.org/729652
Description: Do not enforce i686 architecture
 Also do not enforce sse except if $(SSEFLAGS) is set properly

--- a/source/Makefile
+++ b/source/Makefile
@@ -8,7 +8,7 @@ CC=gcc
 # THIS IS FOR THE OPTIMIZED ONE
 #CPPFLAGS=-g 
 #CPPFLAGS=-O3 -march=i686 -funroll-loops
-CPPFLAGS=-O3 -funroll-loops -march=i686 -mfpmath=sse -msse  -mmmx
+CPPFLAGS=-O3 -funroll-loops $(SSEFLAGS)
 #CPPFLAGS=-march=athlon-mp -g -O0 -Wall -D_USE_XOPEN -D__unix__
 
 OBJ_DIR=.