This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: 4.2/4.3 PATCH: Fix libgomp link tests on IRIX 6 (PR libgomp/32538)


On Thu, Jul 05, 2007 at 07:58:53PM +0200, Rainer Orth wrote:
> As described in the PR, all libgomp link tests fail on IRIX 6 since
> copysignl is undefined.  The following patch fixes this, with the
> unfortunate side effect that every program is linked with libm now.
> 
> I haven't yet applied this since I don't know yet why only IRIX seems to be
> affected: both alpha-dec-osf* and *-*-solaris* have no references to
> copysignl in their libgcc.  Is this still the right approach or am I just
> papering over an underlying problem?

It would be helpful if you mentioned that it is not libgomp that needs
copysignl, but libgfortran.

	Jakub


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