Skip to content

Commit fb7ded9

Browse files
author
Gulshan Singh
committed
Add note about libslirp-dev
1 parent 4fbbf58 commit fb7ded9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

config/trusty/qemu-qemu-inc.mk

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,7 @@ $(QEMU_MAKEFILE): QEMU_AOSP_DISABLES:=$(QEMU_AOSP_DISABLES)
6464
$(QEMU_MAKEFILE): QEMU_EXTRA_CFLAGS:=$(QEMU_EXTRA_CFLAGS)
6565
$(QEMU_MAKEFILE):
6666
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
7268
cd $(QEMU_BUILD_BASE) && $(abspath $(QEMU_ROOT)/configure) \
7369
--target-list=$(QEMU_TARGET) --disable-werror \
7470
--extra-cflags="$(QEMU_EXTRA_CFLAGS)" \

0 commit comments

Comments
 (0)