[coreboot-gerrit] Change in coreboot[master]: clang: Enable integrated assembler on clang builds

Damien Zammit (Code Review) gerrit at coreboot.org
Sun Aug 27 09:05:11 CEST 2017


Damien Zammit has uploaded this change for review. ( https://review.coreboot.org/21221


Change subject: clang: Enable integrated assembler on clang builds
......................................................................

clang: Enable integrated assembler on clang builds

Change-Id: I883bf7eb2ab52ba3d7a284c96d4aade8bc1ee4ae
Signed-off-by: Damien Zammit <damien at zamaudio.com>
---
M util/xcompile/xcompile
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/21221/1

diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index 3918346..408ca71 100755
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -252,7 +252,7 @@
 # Clang
 CLANG_CC_${TARCH}:=${CLANG}
 CLANG_CFLAGS_${TARCH}:=${CFLAGS_CLANG}
-CLANG_CFLAGS_${TARCH}+=-no-integrated-as -Qunused-arguments -m${TWIDTH}
+CLANG_CFLAGS_${TARCH}+=-Qunused-arguments -m${TWIDTH}
 # tone down clang compiler warnings
 CLANG_CFLAGS_${TARCH}+=-Wno-unused-variable -Wno-unused-function -Wno-tautological-compare
 CLANG_CFLAGS_${TARCH}+=-Wno-shift-overflow -Wno-address-of-packed-member -Wno-initializer-overrides

-- 
To view, visit https://review.coreboot.org/21221
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I883bf7eb2ab52ba3d7a284c96d4aade8bc1ee4ae
Gerrit-Change-Number: 21221
Gerrit-PatchSet: 1
Gerrit-Owner: Damien Zammit <damien at zamaudio.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170827/cdb21622/attachment.html>


More information about the coreboot-gerrit mailing list