[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] configure cleanup
|
From: |
Paul Brook |
|
Subject: |
Re: [Qemu-devel] [PATCH] configure cleanup |
|
Date: |
Sat, 12 Apr 2008 14:41:15 +0100 |
|
User-agent: |
KMail/1.9.9 |
> The included patch rearranges the configure script slightly, to reduce
> future merge conflicts and to make it easier to read diffs for changes
> to the script that add support extra host/target architectures/ABIs.
IMHO things like this are better expressed as switch statements. We already
have such a switch statement a few pages above for ARCH_CFLAGS. It seems like
these and the subsequent hostlongbits could be combined.
Paul