From: Philippe Mathieu-Daudé Date: Wed, 1 Jan 2020 11:23:03 +0000 (+0100) Subject: configure: Remove tcg/ from the preprocessor include search list X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ed5bad39e57f33e12aac0c07cb6a4b1ab4d8eab3;p=qemu.git configure: Remove tcg/ from the preprocessor include search list All tcg includes are relative to the repository root directory, we can safely remove the tcg/ directory from the include search path list. Reviewed-by: Paolo Bonzini Reviewed-by: Alistair Francis Reviewed-by: Stefan Weil Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20200101112303.20724-5-philmd@redhat.com> Signed-off-by: Richard Henderson --- diff --git a/configure b/configure index 08c3a1c1f0..557e4382ea 100755 --- a/configure +++ b/configure @@ -7437,7 +7437,6 @@ elif test "$ARCH" = "riscv32" || test "$ARCH" = "riscv64" ; then else QEMU_INCLUDES="-iquote \$(SRC_PATH)/tcg/\$(ARCH) $QEMU_INCLUDES" fi -QEMU_INCLUDES="-iquote \$(SRC_PATH)/tcg $QEMU_INCLUDES" echo "TOOLS=$tools" >> $config_host_mak echo "ROMS=$roms" >> $config_host_mak