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@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5711 Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
868648c41d
commit
0e6be39f8b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue