File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,7 @@ $(QEMU_MAKEFILE): QEMU_AOSP_DISABLES:=$(QEMU_AOSP_DISABLES)
64
64
$(QEMU_MAKEFILE ) : QEMU_EXTRA_CFLAGS:=$(QEMU_EXTRA_CFLAGS )
65
65
$(QEMU_MAKEFILE ) :
66
66
mkdir -p $(QEMU_BUILD_BASE )
67
- # --with-git=true sets the "git" program to /bin/true - it essentially disables git
68
- # --disable-git-update may look like what we want, but it requests manual intervention, not disables git
69
- # TODO(b/148904400): Our prebuilt Clang can't build QEMU yet, and there is no
70
- # prebuilts GCC, i.e. currently we can only build QEMU with host toolchain. On
71
- # some hosts compiler will complain about stringop truncation.
67
+ # Note: `libslirp-dev` must be installed before running this command
72
68
cd $(QEMU_BUILD_BASE ) && $(abspath $(QEMU_ROOT ) /configure) \
73
69
--target-list=$(QEMU_TARGET ) --disable-werror \
74
70
--extra-cflags=" $( QEMU_EXTRA_CFLAGS) " \
You can’t perform that action at this time.
0 commit comments