qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Don't require GCC3 unless necessary (v2)


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] Don't require GCC3 unless necessary (v2)
Date: Thu, 22 May 2008 11:22:56 -0500
User-agent: Thunderbird 2.0.0.14 (X11/20080501)

Paul Brook wrote:
+# Check if any targets require dyngen
+for target in $target_list; do

You've just duplicated this logic. Please don't.

The problem is the dyngen checks have to be done before the use of $cc which is long before the target_list loop. In the absence of introducing functions in the configure script (which aren't there right now), I don't see a good way to avoid the duplication.

The duplication is small and it's temporary until all targets convert to TCG.

Regards,

Anthony Liguori

Paul





reply via email to

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