On 7 June 2015 at 20:19, Peter Crosthwaite <peter.crosthwa...@xilinx.com> wrote: > On Sun, Jun 7, 2015 at 3:51 AM, Peter Maydell <peter.mayd...@linaro.org> > 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