From: tommat Date: Tue, 15 Sep 2009 10:00:25 +0000 (+0000) Subject: - remove -xarch from sparcs CFLAGS X-Git-Tag: auto/aidath/beecrypt-4_1_2-8~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbeecrypt.git;a=commitdiff_plain;h=39cb5a5daf35f0ea5d65249fece990bf3480c59b - remove -xarch from sparcs CFLAGS Changed files: beecrypt-opt.patch -> 1.5 --- diff --git a/beecrypt-opt.patch b/beecrypt-opt.patch index ed64ac2..fb6a490 100644 --- a/beecrypt-opt.patch +++ b/beecrypt-opt.patch @@ -56,3 +56,21 @@ diff -urN beecrypt-4.1.0.org/configure.ac beecrypt-4.1.0/configure.ac 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"