Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package arm-trusted-firmware for
openSUSE:Factory checked in at 2022-08-30 15:54:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arm-trusted-firmware (Old)
and /work/SRC/openSUSE:Factory/.arm-trusted-firmware.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "arm-trusted-firmware"
Tue Aug 30 15:54:38 2022 rev:16 rq:1000226 version:2.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/arm-trusted-firmware/arm-trusted-firmware.changes
2022-07-14 16:35:04.496674922 +0200
+++
/work/SRC/openSUSE:Factory/.arm-trusted-firmware.new.2083/arm-trusted-firmware.changes
2022-08-30 15:54:38.643625672 +0200
@@ -1,0 +2,7 @@
+Tue Aug 30 11:34:06 UTC 2022 - Guillaume GARDET <[email protected]>
+
+- Add --no-warn-rwx-segment to LDFLAGS on Tumbleweed, as a
+ workaround for binutils 2.39
+ See https://developer.trustedfirmware.org/T996
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ arm-trusted-firmware.spec ++++++
--- /var/tmp/diff_new_pack.V01tVc/_old 2022-08-30 15:54:39.391626804 +0200
+++ /var/tmp/diff_new_pack.V01tVc/_new 2022-08-30 15:54:39.399626816 +0200
@@ -300,6 +300,8 @@
# Workaround for GCC12 bug -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105523
export TF_CFLAGS="$TF_CFLAGS --param=min-pagesize=0"
export CFLAGS="$CFLAGS --param=min-pagesize=0"
+# Workaround for binutils 2.39 https://developer.trustedfirmware.org/T996
+export LDFLAGS="$LDFLAGS --no-warn-rwx-segment"
%endif
make \
%if "%{platform}" != "a3700" && "%{platform}" != "a80x0_mcbin"