projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ae3447
)
qemu: fix ccache enabled builds
3054/head
author
Dirk Neukirchen
<plntyk.lede@plntyk.name>
Tue, 9 Aug 2016 11:47:05 +0000
(13:47 +0200)
committer
Dirk Neukirchen
<plntyk.lede@plntyk.name>
Sat, 13 Aug 2016 16:48:18 +0000
(18:48 +0200)
issue reported by buildbots
fix error:
ERROR: unknown option gcc
Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
utils/qemu/Makefile
patch
|
blob
|
history
diff --git
a/utils/qemu/Makefile
b/utils/qemu/Makefile
index f890fbeee1c357047dfa8066b8858d193636499e..974524d99e01576e423727a9ed866ff304772b96 100644
(file)
--- a/
utils/qemu/Makefile
+++ b/
utils/qemu/Makefile
@@
-45,7
+45,7
@@
CONFIGURE_ARGS:=$(filter-out \
# Building qemu-ga alone does not require zlib
CONFIGURE_ARGS+= \
--cross-prefix=$(TARGET_CROSS) \
- --host-cc=
$(HOSTCC)
\
+ --host-cc=
"$(HOSTCC)"
\
--target-list='' \
--disable-zlib-test \
--enable-guest-agent