qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] tcg/tci: fix tcg-interpreter build


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] tcg/tci: fix tcg-interpreter build
Date: Tue, 20 Jun 2017 19:41:46 +0100

On 20 June 2017 at 17:30, Philippe Mathieu-Daudé <address@hidden> wrote:
> fix regression from commit 244f144134:
>
>     $ make subdir-arm-softmmu
>     make[1]: *** No rule to make target 'tci.o', needed by 'qemu-system-arm'. 
>  Stop.
>     Makefile:328: recipe for target 'subdir-arm-softmmu' failed
>     make: *** [subdir-arm-softmmu] Error 2
>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
>  Makefile.target | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile.target b/Makefile.target
> index 3d49f29457..0066579090 100644
> --- a/Makefile.target
> +++ b/Makefile.target
> @@ -92,7 +92,7 @@ obj-y += exec.o
>  obj-y += accel/
>  obj-y += tcg/tcg.o tcg/tcg-op.o tcg/optimize.o
>  obj-y += tcg/tcg-common.o tcg/tcg-runtime.o
> -obj-$(CONFIG_TCG_INTERPRETER) += tci.o
> +obj-$(CONFIG_TCG_INTERPRETER) += tcg/tci.o
>  obj-$(CONFIG_TCG_INTERPRETER) += disas/tci.o
>  obj-y += fpu/softfloat.o
>  obj-y += target/$(TARGET_BASE_ARCH)/
> --
> 2.11.0

Applied to master as a buildfix; thanks.

(I should probably put a tcg-interpreter build in my local build tests,
but I'd prefer we just got rid of it.)

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]