This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#3054
from plntyk/fix_qemu
qemu: fix ccache enabled builds
lilik-openwrt-22.03
Yousong Zhou
8 years ago
committed by
GitHub
parent
5ae3447d2c
1154f45501
commit
4972489d8d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
utils/qemu/Makefile
+ 1
- 1
utils/qemu/Makefile
View File
@ -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
Write
Preview
Loading…
Cancel
Save