aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kexec-tools/aarch64-build-fix.patch
blob: 5f9f915725514252543e22b8afd182e287de6753 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/purgatory/arch/arm64/Makefile b/purgatory/arch/arm64/Makefile
index 636abea..9aad157 100644
--- a/purgatory/arch/arm64/Makefile
+++ b/purgatory/arch/arm64/Makefile
@@ -3,6 +3,7 @@ arm64_PURGATORY_EXTRA_CFLAGS = \
 	-mcmodel=large \
 	-fno-stack-protector \
 	-fno-asynchronous-unwind-tables \
+	-fno-PIC \
 	-Wundef \
 	-Werror-implicit-function-declaration \
 	-Wdeclaration-after-statement \