NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/45098: Cross build on Mac OS X 10.7.0 fails



The following reply was made to PR toolchain/45098; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: toolchain/45098: Cross build on Mac OS X 10.7.0 fails
Date: Fri, 24 Jun 2011 10:20:29 +0200

 The ifdef should not trigger on __APPLE__, as there is nothing apple related
 in here. The alignement is wrong for every arch where sizeof(ldbl_t) is
 larger than 8. But for a simpler fix, I would suggest to just change it
 to 16, unconditionally, and adding a commpile time assert.
 
 Martin
 


Home | Main Index | Thread Index | Old Index