aarch64: Skip invoking gas-preprocessor for iOS

Clang can handle all the constructs used there these days, working
since Xcode 6 at least.
This commit is contained in:
Martin Storsjö
2017-03-24 11:33:34 +02:00
committed by Henrik Gramner
parent 535fd2ec99
commit a84e6a486b
Vendored
+1 -3
View File
@@ -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)