Attention is currently required from: Martin L Roth, Uwe Poeche.
Hello Martin L Roth, Uwe Poeche,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/83306?usp=email
to look at the new patch set (#3).
Change subject: Makefile.mk: Move recently introduced warning options to xcompile ......................................................................
Makefile.mk: Move recently introduced warning options to xcompile
-Walloc-size was introduced with GCC 14 and -Wcast-function-type with GCC 8, which is still shipped by some distros with LTS support. In order to be backwards compatible to older GCC versions, move these options to xcompile, which only applies them if the GCC version supports it.
Change-Id: Ibadcd22f99703ced700a1b671e7696255ecf9e71 Signed-off-by: Felix Singer felixsinger@posteo.net --- M Makefile.mk M util/xcompile/xcompile 2 files changed, 6 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/83306/3