[coreboot-gerrit] New patch to review for coreboot: 1ad69f7 Makefile: Don't use llvm-mc for the moment

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Fri May 9 20:45:21 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/5711

-gerrit

commit 1ad69f73f8ca5eac03d5574dde12139a89db87ff
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Sat May 10 04:42:00 2014 +1000

    Makefile: Don't use llvm-mc for the moment
    
    The LLVM integrated assembler has some deficiencies in support for
    building AGESA. See:
    
    LLVM PR18918 - [RFE]: Missing altmacro support in integrated assembler
    
    Disable llvm-mc for the moment until these have been addressed fully
    upstream.
    
    Change-Id: Id4131d1de04d01c0bec284f976f0ba9662b950ab
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 91fc3c0..c9648c0 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ include toolchain.inc
 
 ifneq ($(INNER_SCANBUILD),y)
 ifeq ($(CONFIG_COMPILER_LLVM_CLANG),y)
-CC:=clang -m32 -mno-mmx -mno-sse
+CC:=clang -m32 -mno-mmx -mno-sse -no-integrated-as
 HOSTCC:=clang
 endif
 endif



More information about the coreboot-gerrit mailing list