qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC][PATCH] Use HOST_CC instead of CC on TCG only targ


From: Paul Brook
Subject: Re: [Qemu-devel] [RFC][PATCH] Use HOST_CC instead of CC on TCG only targets
Date: Thu, 8 May 2008 23:56:39 +0100
User-agent: KMail/1.9.9

On Thursday 08 May 2008, Aurelien Jarno wrote:
> Now that we have 3 TCG only targets (arm, cris, sparc) and 1 being
> actively converted (mips), I think it does not make sense anymore to
> build those targets with gcc-3.4.

FTR I'm (slowly) working on converting m68k.

> +ifdef CONFIG_NO_DYNGEN_OP
> +CC=$(HOST_CC)
> +endif

This breaks cross builds. $(HOST_CC) is the compiler for the build system 
(yes, it's mis-named).

Paul




reply via email to

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