Removing disable-sse.patch, included upstream.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8b5a693b7b
commit
fbcde9b772
2 changed files with 0 additions and 24 deletions
23
debian/patches/debian/0002-disable-sse.patch
vendored
23
debian/patches/debian/0002-disable-sse.patch
vendored
|
@ -1,23 +0,0 @@
|
|||
Author: Adrian Bunk <bunk@debian.org>
|
||||
Description: Don't pass -msse -msse2 with --disable-sse on x86.
|
||||
|
||||
diff -Naurp ck.orig/build/ck.build.x86 ck/build/ck.build.x86
|
||||
--- ck.orig/build/ck.build.x86
|
||||
+++ ck/build/ck.build.x86
|
||||
@@ -1,2 +1,2 @@
|
||||
-CFLAGS+=-m32 -D__x86__ -msse -msse2
|
||||
+CFLAGS+=-m32 -D__x86__
|
||||
LDFLAGS+=-m32
|
||||
diff -Naurp ck.orig/configure ck/configure
|
||||
--- ck.orig/configure
|
||||
+++ ck/configure
|
||||
@@ -424,6 +424,9 @@ case $PLATFORM in
|
||||
LDFLAGS="-m64 $LDFLAGS"
|
||||
;;
|
||||
i386|i486|i586|i686|i586_i686|pentium*|athlon*|k5|k6|k6_2|k6_3)
|
||||
+ if test "${SSE_DISABLE}" = "CK_MD_SSE_ENABLE"; then
|
||||
+ CFLAGS="$CFLAGS -msse -msse2"
|
||||
+ fi
|
||||
LSE_ENABLE="CK_MD_LSE_DISABLE"
|
||||
MM="${MM:-"CK_MD_TSO"}"
|
||||
case $SYSTEM in
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1,2 +1 @@
|
|||
debian/0002-disable-sse.patch
|
||||
debian/0003-ftbfs-armhf.patch
|
||||
|
|
Loading…
Add table
Reference in a new issue