[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] configure: Unify arm and aarch64 disas configur
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH] configure: Unify arm and aarch64 disas configury |
Date: |
Mon, 8 Jun 2015 08:52:19 +0100 |
On 7 June 2015 at 20:19, Peter Crosthwaite <address@hidden> wrote:
> On Sun, Jun 7, 2015 at 3:51 AM, Peter Maydell <address@hidden> wrote:
>> worked when I looked at it :-) We'd get duplicate lines in
>> the config files, but we already have those when host==target.
>>
>
> Brute force it and sort -u? sort is considered a coreutil by at least
> my manpages so I wonder if we can assume it is universally available.
It's only a minor cosmetic thing in a file nobody looks at, so I'm
not sure it's worth the effort.
(We already use 'sort -u' in our Makefiles, incidentally.)
-- PMM