qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 20/35] Makefile.target: Introduce arch-obj


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v3 20/35] Makefile.target: Introduce arch-obj
Date: Sat, 18 Jul 2015 14:23:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1


On 18/07/2015 11:40, Peter Crosthwaite wrote:
> -)
> 
> diff --git a/Makefile.target b/Makefile.target
> index 6186f03..31eda57 100644
> --- a/Makefile.target
> +++ b/Makefile.target
> @@ -13,6 +13,12 @@ QEMU_CFLAGS += -I../linux-headers
>  endif
>  QEMU_CFLAGS += -I.. -I$(SRC_PATH)/target-$(TARGET_BASE_ARCH) -DNEED_CPU_H
>  
> +ifeq ($(TARGET_BASE_ARCH), multi)
> +ARCH_DIRS=$(MULTI_BASE_TARGETS)
> +else
> +ARCH_DIRS=$(TARGET_BASE_ARCH)
> +endif

Perhaps ARCH_DIRS can be defined directly by configure in
config-target.mak?  It's the only place where MULTI_BASE_TARGETS is used.

Paolo

> +



reply via email to

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