29 lines
812 B
Diff
29 lines
812 B
Diff
From b4d7a16d2b76e09ec88ff53a86f6e263c329e160 Mon Sep 17 00:00:00 2001
|
|
From: Natanael Copa <ncopa@alpinelinux.org>
|
|
Date: Tue, 28 Nov 2023 14:35:54 +0100
|
|
Subject: [PATCH 1/5] powerpc/boot/wrapper: Add "-z notext" flag for ppc64le
|
|
|
|
This is a follow up to commit 4c078c86b4a4 (powerpc/boot/wrapper: Add
|
|
"-z notext" flag to disable diagnostic)
|
|
|
|
Ref: https://gitlab.alpinelinux.org/alpine/aports/-/issues/14560
|
|
---
|
|
arch/powerpc/boot/wrapper | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper
|
|
index 352d7de24018..ceaef956f821 100755
|
|
--- a/arch/powerpc/boot/wrapper
|
|
+++ b/arch/powerpc/boot/wrapper
|
|
@@ -268,6 +268,7 @@ pseries)
|
|
if [ "$format" != "elf32ppc" ]; then
|
|
link_address=
|
|
pie=-pie
|
|
+ notext='-z notext'
|
|
fi
|
|
make_space=n
|
|
;;
|
|
--
|
|
2.43.0
|
|
|