Skip to content

Commit 8e856ef

Browse files
chrmhoffmannnpjohnson
authored andcommitted
arch: arm64: vdso32: Drop -no-integrated-as
Change-Id: Id4b4b2a55bf4e8205bab3ea4f2fce338a2aa74e9
1 parent fc17a9b commit 8e856ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kernel/vdso32/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# A mix between the arm64 and arm vDSO Makefiles.
66

77
ifeq ($(cc-name),clang)
8-
CC_ARM32 := $(CC) $(CLANG_TARGET_ARM32) -no-integrated-as
8+
CC_ARM32 := $(CC) $(CLANG_TARGET_ARM32)
99
GCC_ARM32_TC := $(realpath $(dir $(shell which $(CROSS_COMPILE_ARM32)ld))/..)
1010
ifneq ($(GCC_ARM32_TC),)
1111
CC_ARM32 += --gcc-toolchain=$(GCC_ARM32_TC)

0 commit comments

Comments
 (0)