[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 4/4] configure: Remove tcg/ from the preprocessor include
From: |
Alistair Francis |
Subject: |
Re: [PATCH v2 4/4] configure: Remove tcg/ from the preprocessor include search list |
Date: |
Thu, 2 Jan 2020 18:42:38 -0800 |
On Wed, Jan 1, 2020 at 3:25 AM Philippe Mathieu-Daudé <address@hidden> wrote:
>
> All tcg includes are relative to the repository root directory,
> we can safely remove the tcg/ directory from the include search
> path list.
>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Alistair Francis <address@hidden>
Alistair
> ---
> configure | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/configure b/configure
> index 940bf9e87a..74dad08580 100755
> --- a/configure
> +++ b/configure
> @@ -7436,7 +7436,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
> --
> 2.21.0
>
>
- [PATCH v2 1/4] tcg: Search includes from the project root source directory, (continued)
- [PATCH v2 1/4] tcg: Search includes from the project root source directory, Philippe Mathieu-Daudé, 2020/01/01
- [PATCH v2 2/4] tcg: Search includes in the parent source directory, Philippe Mathieu-Daudé, 2020/01/01
- [PATCH v2 3/4] tcg: Move TCG headers to include/tcg/, Philippe Mathieu-Daudé, 2020/01/01
- [PATCH v2 4/4] configure: Remove tcg/ from the preprocessor include search list, Philippe Mathieu-Daudé, 2020/01/01
- Re: [PATCH v2 4/4] configure: Remove tcg/ from the preprocessor include search list,
Alistair Francis <=
- Re: [PATCH v2 0/4] tcg: Include tcg files using tcg/ dirname, reduce cpp search path list, Stefan Weil, 2020/01/02
- Re: [PATCH v2 0/4] tcg: Include tcg files using tcg/ dirname, reduce cpp search path list, Richard Henderson, 2020/01/02
- Re: [PATCH v2 0/4] tcg: Include tcg files using tcg/ dirname, reduce cpp search path list, Paolo Bonzini, 2020/01/07