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:
committed by
Henrik Gramner
parent
535fd2ec99
commit
a84e6a486b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user