[x264-devel] [PATCH 02/14] [RFC] aarch64: Skip invoking gas-preprocessor for iOS

Martin Storsjö martin at martin.st
Fri Mar 24 10:33:34 CET 2017


Clang can handle all the constructs used there these days, working
since Xcode 6 at least.
---
 configure | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/configure b/configure
index fc1d6fb..9164d2f 100755
--- a/configure
+++ b/configure
@@ -776,11 +776,9 @@ case $host_cpu in
     aarch64)
         ARCH="AARCH64"
         stack_alignment=16
+        AS="${AS-${CC}}"
         if [ "$SYS" = MACOSX ] ; then
-            AS="${AS-${SRCPATH}/tools/gas-preprocessor.pl -arch aarch64 -- ${CC}}"
             ASFLAGS="$ASFLAGS -DPREFIX -DPIC"
-        else
-            AS="${AS-${CC}}"
         fi
         ;;
     s390|s390x)
-- 
2.7.4



More information about the x264-devel mailing list