From 39cb5a5daf35f0ea5d65249fece990bf3480c59b Mon Sep 17 00:00:00 2001 From: tommat Date: Tue, 15 Sep 2009 10:00:25 +0000 Subject: [PATCH] - remove -xarch from sparcs CFLAGS Changed files: beecrypt-opt.patch -> 1.5 --- beecrypt-opt.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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" -- 2.43.0