Attention is currently required from: Felix Singer, Thomas Heijligen, Julius Werner. Hello Felix Singer, build bot (Jenkins), Thomas Heijligen, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/62248
to look at the new patch set (#6).
Change subject: libpayload/Makefile.payload: Fix CFLAGS ......................................................................
libpayload/Makefile.payload: Fix CFLAGS
GCC_CFLAGS_<arch> contains only the flags that are GCC specific, iow. flags that don't work with Clang.
CFLAGS_<arch>, OTOH, contains all flags that should be used and auto- matically includes GCC_CFLAGS_<arch> if GCC is selected.
Change-Id: I5ec15f169d51c7a32ca86e54a98a2ce0e3b51e6d Signed-off-by: Nico Huber nico.h@gmx.de --- M payloads/libpayload/Makefile.payload 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/62248/6