From c738be92a0ba521191da17eb39e6affce228943e Mon Sep 17 00:00:00 2001 From: Stephen Clark Date: Mon, 22 Aug 2022 14:11:38 -0500 Subject: bsps/amd64: remove -Werror from ABI flags The ABI flags for the amd64 BSP contain the -Werror=return-type flag. There is no reason for this to be there so it has been removed. The same option has also been removed amd64.cfg file. --- bsps/x86_64/amd64/config/amd64.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'bsps/x86_64/amd64/config/amd64.cfg') diff --git a/bsps/x86_64/amd64/config/amd64.cfg b/bsps/x86_64/amd64/config/amd64.cfg index ad861cb867..fe19a9ee55 100644 --- a/bsps/x86_64/amd64/config/amd64.cfg +++ b/bsps/x86_64/amd64/config/amd64.cfg @@ -11,6 +11,5 @@ CPU_CFLAGS = -mno-red-zone # way we can avoid linker-time relocation errors spawning from values being # larger than their optimized container sizes. CPU_CFLAGS += -mcmodel=large -CPU_CFLAGS += -Werror=return-type LDFLAGS = -Wl,--gc-sections -- cgit v1.2.3