This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, binutils] Fix implib test failures


On Thu, Jul 21, 2016 at 10:34:00AM +0930, Alan Modra wrote:
> +     || ([istarget "fr30-*-*"] && ![istarget "fr30-*-linux*"])
> +     || [istarget "frv-*-*"]

And of course I got the last-minute tweak wrong.  fr30 isn't the
special case, frv is.  Amended to

     || [istarget "fr30-*-*"]
     || ([istarget "frv-*-*"] && ![istarget "frv-*-linux*"])

and committed.

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]