This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH, binutils] Fix implib test failures
- From: Alan Modra <amodra at gmail dot com>
- To: Thomas Preudhomme <thomas dot preudhomme at foss dot arm dot com>
- Cc: binutils at sourceware dot org, Nick Clifton <nickc at redhat dot com>
- Date: Thu, 21 Jul 2016 11:35:32 +0930
- Subject: Re: [PATCH, binutils] Fix implib test failures
- Authentication-results: sourceware.org; auth=none
- References: <1550516.5AJhRDy2yK@e108577-lin> <2932070.2gxsOoQsSX@e108577-lin> <473bc94e-2c40-4e9b-8893-6c2ddc0ca68c@redhat.com> <2294103.8zCohH86ul@e108577-lin> <20160721010400.GA17765@bubble.grove.modra.org>
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