We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ac892e + 1c72b73 commit 30e08c7Copy full SHA for 30e08c7
arch/arm64/Makefile
@@ -21,6 +21,7 @@ KBUILD_DEFCONFIG := defconfig
21
22
KBUILD_CFLAGS += -mgeneral-regs-only
23
KBUILD_CFLAGS += -fno-pic
24
+KBUILD_CFLAGS += $(call cc-option, -mpc-relative-literal-loads)
25
ifeq ($(CONFIG_CPU_BIG_ENDIAN), y)
26
KBUILD_CPPFLAGS += -mbig-endian
27
AS += -EB
0 commit comments