summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-05-10 04:42:00 +1000
committerPatrick Georgi <patrick@georgi-clan.de>2014-05-09 22:53:58 +0200
commit0e6be39f8b9411c356f1e10550ba0424c7caddd7 (patch)
tree84b2a86321d821d2d13d4870ca8d824747acb2b6 /Makefile
parent868648c41de67f1794da5df275740be6fd30411f (diff)
downloadcoreboot-staging-0e6be39f8b9411c356f1e10550ba0424c7caddd7.zip
coreboot-staging-0e6be39f8b9411c356f1e10550ba0424c7caddd7.tar.gz
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)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud