summaryrefslogtreecommitdiffstats
path: root/include/exec
diff options
context:
space:
mode:
authorRichard Henderson2016-06-23 19:39:18 +0200
committerRichard Henderson2016-07-06 05:50:11 +0200
commit5f6f0e27fb242fe985591b16ad604ac52822a0dd (patch)
tree43a90cb961dc1b5840958532de22bd699e7c1629 /include/exec
parentMerge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (diff)
downloadqemu-5f6f0e27fb242fe985591b16ad604ac52822a0dd.tar.gz
qemu-5f6f0e27fb242fe985591b16ad604ac52822a0dd.tar.xz
qemu-5f6f0e27fb242fe985591b16ad604ac52822a0dd.zip
build: Use $(CCAS) for compiling .S files
We fail to pass to $(AS) all of the different flags that may be required for a given set of CFLAGS. Rather than figuring out the host-specific mapping, it's better to allow the compiler driver to do that. However, simply using $(CC) runs afoul of clang trying to build the option roms. C.f. 3dd46c78525a30e98c68, wherein we changed from using $(CC) to using $(AS) in the first place. Work around this by passing -fno-integrated-as to clang, so that we use the external assembler, and the clang driver still passes along all of the options that the assembler might require. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net> Message-Id: <1466703558-7723-1-git-send-email-rth@twiddle.net>
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions