[x264-devel] [PATCH] build: Drop AS/ASFLAGS for SPARC

Diego Biurrun diego at biurrun.de
Sat May 3 16:28:20 CEST 2014


The SPARC optimizations have been removed.
---

This should be squashed into the patch deleting SPARC optimizations.
Possibly the setting of CFLAGS for specific SPARC models could also
be dropped.

 configure | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure b/configure
index 97578a0..e87f40e 100755
--- a/configure
+++ b/configure
@@ -639,8 +639,6 @@ case $host_cpu in
                         CFLAGS="$CFLAGS -mcpu=ultrasparc"
                         LDFLAGS="$LDFLAGS -mcpu=ultrasparc"
                     fi
-                    AS="${AS-${cross_prefix}as}"
-                    ASFLAGS="$ASFLAGS -xarch=v8plusa"
                 fi
                 ;;
         esac
-- 
1.8.3.2



More information about the x264-devel mailing list