From b89ea1347d15f20bdbcb4d9aa06b1afa87f91994 Mon Sep 17 00:00:00 2001 From: Natanael Copa 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 Signed-off-by: Achill Gilgenast --- arch/powerpc/boot/wrapper | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper index a75baefd1cff..c2fa41661911 100755 --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper @@ -262,6 +262,7 @@ pseries) if [ "$format" != "elf32ppc" ]; then link_address= pie=-pie + notext='-z notext' fi make_space=n ;; -- 2.52.0