[PATCH, binutils] Fix implib test failures

Alan Modra amodra@gmail.com
Thu Jul 21 02:05:00 GMT 2016


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



More information about the Binutils mailing list