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. --- spec/build/bsps/x86_64/amd64/abi.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/build/bsps') diff --git a/spec/build/bsps/x86_64/amd64/abi.yml b/spec/build/bsps/x86_64/amd64/abi.yml index ca5a815c24..3e8748d069 100644 --- a/spec/build/bsps/x86_64/amd64/abi.yml +++ b/spec/build/bsps/x86_64/amd64/abi.yml @@ -9,7 +9,6 @@ copyrights: default: - -mno-red-zone - -mcmodel=large -- -Werror=return-type default-by-variant: [] description: | ABI flags -- cgit v1.2.3