HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44215 )
Change subject: Makefile.inc: Remove redundant -fno-common CFLAG ......................................................................
Makefile.inc: Remove redundant -fno-common CFLAG
GCC 10 defaults to -fno-common.
Change-Id: I7c27beaa4e0311a072a1c7c00bfc1bfa46901c6c Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/44215/1
diff --git a/Makefile.inc b/Makefile.inc index 63b4977..2526c25 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -424,7 +424,7 @@ CFLAGS_common += -Wwrite-strings -Wredundant-decls -Wno-trigraphs -Wimplicit-fallthrough CFLAGS_common += -Wstrict-aliasing -Wshadow -Wdate-time -Wtype-limits -Wvla CFLAGS_common += -Wlogical-op -Wduplicated-cond -Wdangling-else -CFLAGS_common += -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer +CFLAGS_common += -ffreestanding -fno-builtin -fomit-frame-pointer CFLAGS_common += -ffunction-sections -fdata-sections -fno-pie
# Disable 'overflow' warning for previously unaffected MCHBARx_AND_OR macro
Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44215
to look at the new patch set (#2).
Change subject: Makefile.inc: Remove redundant -fno-common CFLAG ......................................................................
Makefile.inc: Remove redundant -fno-common CFLAG
GCC-10 defaults to -fno-common.
Change-Id: I7c27beaa4e0311a072a1c7c00bfc1bfa46901c6c Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/44215/2
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/44215 )
Change subject: Makefile.inc: Remove redundant -fno-common CFLAG ......................................................................
Abandoned
needed if gcc version is < 10