We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc17a9b commit 8e856efCopy full SHA for 8e856ef
arch/arm64/kernel/vdso32/Makefile
@@ -5,7 +5,7 @@
5
# A mix between the arm64 and arm vDSO Makefiles.
6
7
ifeq ($(cc-name),clang)
8
- CC_ARM32 := $(CC) $(CLANG_TARGET_ARM32) -no-integrated-as
+ CC_ARM32 := $(CC) $(CLANG_TARGET_ARM32)
9
GCC_ARM32_TC := $(realpath $(dir $(shell which $(CROSS_COMPILE_ARM32)ld))/..)
10
ifneq ($(GCC_ARM32_TC),)
11
CC_ARM32 += --gcc-toolchain=$(GCC_ARM32_TC)
0 commit comments