diff options
author | Damien Zammit <damien@zamaudio.com> | 2017-08-27 17:03:28 +1000 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-09-02 15:21:35 +0000 |
commit | adb026f76ab2ecc1950aa5b5457d1d649f4e5daa (patch) | |
tree | 1e868873bd6f5835376ae5325d8f32b5557a5094 /util | |
parent | 1104c278e396860567c4d20ff2b0868fa6b02696 (diff) |
clang: Enable integrated assembler on clang builds
Change-Id: I883bf7eb2ab52ba3d7a284c96d4aade8bc1ee4ae
Signed-off-by: Damien Zammit <damien@zamaudio.com>
Reviewed-on: https://review.coreboot.org/21221
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util')
-rwxr-xr-x | util/xcompile/xcompile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index 39183468b9..408ca71bbc 100755 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -252,7 +252,7 @@ cat <<EOF # 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 |