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.
1 parent 69bf205 commit da30705Copy full SHA for da30705
arch/powerpc/Makefile
@@ -101,7 +101,7 @@ KBUILD_LDFLAGS += -m elf$(BITS)$(LDEMULATION)
101
endif
102
103
LDFLAGS_vmlinux-y := -Bstatic
104
-LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie
+LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie --no-dynamic-linker
105
LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) += -z notext
106
LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y)
107
0 commit comments