Sophie

Sophie

distrib > Mageia > 9 > x86_64 > by-pkgid > f793c5757fe79c1cfd10d4ae05f37960 > files > 4

arm-trusted-firmware-2.8-1.mga9.src.rpm

--- arm-trusted-firmware-2.8/Makefile.orig	2022-11-24 12:09:34.740595091 +0000
+++ arm-trusted-firmware-2.8/Makefile	2022-11-24 12:11:00.923109191 +0000
@@ -442,7 +442,7 @@
 
 # LD = gcc-ld (ld) or llvm-ld (ld.lld) or other
 else
-TF_LDFLAGS		+=	--fatal-warnings -O1
+TF_LDFLAGS		+=	--fatal-warnings -O1 --no-warn-rwx-segments
 TF_LDFLAGS		+=	--gc-sections
 # ld.lld doesn't recognize the errata flags,
 # therefore don't add those in that case