[coreboot-gerrit] New patch to review for coreboot: d150413 build: Pass correct linkage flags in Clang build

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Thu May 22 17:34:24 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5813

-gerrit

commit d15041349946fa34716e27fc83cc2b2b242251a4
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Fri May 23 01:32:44 2014 +1000

    build: Pass correct linkage flags in Clang build
    
    Change-Id: I344fc8670fd5d994f3b63308a513dd367aefc7f9
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/arch/x86/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc
index 125e9de..c0e908d 100644
--- a/src/arch/x86/Makefile.inc
+++ b/src/arch/x86/Makefile.inc
@@ -30,7 +30,7 @@ subdirs-y += smp
 ifeq ($(CONFIG_COMPILER_GCC),y)
 DISASSEMBLY=-Wa,-acdlns
 else
-DISASSEMBLY=
+DISASSEMBLY=-Wa,--divide
 endif
 
 OPTION_TABLE_H:=



More information about the coreboot-gerrit mailing list