[x264-devel] aarch64: Skip invoking gas-preprocessor for iOS

Martin Storsjö git at videolan.org
Mon May 22 00:01:25 CEST 2017


x264 | branch: master | Martin Storsjö <martin at martin.st> | Fri Mar 24 11:33:34 2017 +0200| [a84e6a486b991bffb2cc9f86b6e236978d251d2c] | committer: Henrik Gramner

aarch64: Skip invoking gas-preprocessor for iOS

Clang can handle all the constructs used there these days, working
since Xcode 6 at least.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=a84e6a486b991bffb2cc9f86b6e236978d251d2c
---

 configure | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/configure b/configure
index 07de5fa8..9751def8 100755
--- a/configure
+++ b/configure
@@ -777,11 +777,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)



More information about the x264-devel mailing list