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@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