* commit '09e044ea813cc23b1d3b5ed99b20dea9ec7c5328': Add -no-integrated-as for ARM64.
This commit is contained in:
commit
f38dd880c9
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
# Clang flags for arm64 arch, target or host.
|
||||
|
||||
CLANG_CONFIG_arm64_EXTRA_ASFLAGS :=
|
||||
CLANG_CONFIG_arm64_EXTRA_ASFLAGS := \
|
||||
-no-integrated-as
|
||||
|
||||
CLANG_CONFIG_arm64_EXTRA_CFLAGS := \
|
||||
-no-integrated-as
|
||||
|
||||
CLANG_CONFIG_arm64_EXTRA_LDFLAGS :=
|
||||
|
||||
|
|
Loading…
Reference in a new issue