]> git.pld-linux.org Git - packages/beecrypt.git/commitdiff
- remove -xarch from sparcs CFLAGS
authortommat <tommat@pld-linux.org>
Tue, 15 Sep 2009 10:00:25 +0000 (10:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beecrypt-opt.patch -> 1.5

beecrypt-opt.patch

index ed64ac27b547d1895a6e5aa0bdbc171f9ad58525..fb6a490943203d87015baf7f8ab97a2eb51c3dc1 100644 (file)
@@ -56,3 +56,21 @@ diff -urN beecrypt-4.1.0.org/configure.ac beecrypt-4.1.0/configure.ac
      CFLAGS="$CFLAGS -mmmx"
      ;;
    i386)
      CFLAGS="$CFLAGS -mmmx"
      ;;
    i386)
+--- beecrypt-4.1.2/configure.ac.orig   2009-09-15 11:17:44.000000000 +0200
++++ beecrypt-4.1.2/configure.ac        2009-09-15 11:49:24.000000000 +0200
+@@ -556,15 +556,12 @@
+     ;;
+   sparcv8)
+     CPPFLAGS="$CPPFLAGS -DOPTIMIZE_SPARCV8"
+-    CFLAGS="$CFLAGS -Wa,-xarch=v8"
+     ;;
+   sparcv8plus*)
+     CPPFLAGS="$CPPFLAGS -DOPTIMIZE_SPARCV8PLUS"
+-    CFLAGS="$CFLAGS -Wa,-xarch=v8plus"
+     ;;
+   sparcv9*)
+     CPPFLAGS="$CPPFLAGS -DOPTIMIZE_SPARCV9"
+-    CFLAGS="$CFLAGS -Wa,-xarch=v9"
+     ;;
+   x86_64)
+     CPPFLAGS="$CPPFLAGS -DOPTIMIZE_X86_64"
This page took 0.049062 seconds and 4 git commands to generate.