diff options
| author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-01-01 12:23:03 +0100 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2020-01-15 15:13:10 -1000 |
| commit | ed5bad39e57f33e12aac0c07cb6a4b1ab4d8eab3 (patch) | |
| tree | 0cefefc31875a43f8a3f99866f9c7ed82ad241ca | |
| parent | d3582cfd27bb7fe29e54d98ea0b25cc7a0d6d276 (diff) | |
| download | focaccia-qemu-ed5bad39e57f33e12aac0c07cb6a4b1ab4d8eab3.tar.gz focaccia-qemu-ed5bad39e57f33e12aac0c07cb6a4b1ab4d8eab3.zip | |
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 <pbonzini@redhat.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200101112303.20724-5-philmd@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
| -rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
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 |