From 0e6be39f8b9411c356f1e10550ba0424c7caddd7 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Sat, 10 May 2014 04:42:00 +1000 Subject: 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 Reviewed-on: http://review.coreboot.org/5711 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 91fc3c04f5..c9648c08cd 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 -- cgit v1.2.3