Re: [yocto] [PATCH 1/1] beagleboard: enable hard floating point abi

2011-08-23 Thread Philip Balister
On 08/23/2011 05:38 AM, Koen Kooi wrote: Op 20 aug. 2011, om 00:23 heeft Darren Hart het volgende geschreven: Fixes [YOCTO #1203] Using the hard floating point abi is incompatible with some binary libaries and 3D support for the Beagleboard. As we do not provide these in poky and meta-yocto,

Re: [yocto] [PATCH 1/1] beagleboard: enable hard floating point abi

2011-08-23 Thread Tom Rini
On Tue, Aug 23, 2011 at 11:55 AM, Darren Hart wrote: > On 08/23/2011 08:34 AM, Tom Rini wrote: >> On Tue, Aug 23, 2011 at 8:31 AM, Darren Hart wrote: >>> On 08/23/2011 05:38 AM, Koen Kooi wrote: Op 20 aug. 2011, om 00:23 heeft Darren Hart het volgende geschreven: > Fixes [YOCTO

Re: [yocto] [PATCH 1/1] beagleboard: enable hard floating point abi

2011-08-23 Thread Darren Hart
On 08/23/2011 08:34 AM, Tom Rini wrote: > On Tue, Aug 23, 2011 at 8:31 AM, Darren Hart wrote: >> On 08/23/2011 05:38 AM, Koen Kooi wrote: >>> >>> Op 20 aug. 2011, om 00:23 heeft Darren Hart het volgende geschreven: >>> Fixes [YOCTO #1203] Using the hard floating point abi is incom

Re: [yocto] [PATCH 1/1] beagleboard: enable hard floating point abi

2011-08-23 Thread Tom Rini
On Tue, Aug 23, 2011 at 8:31 AM, Darren Hart wrote: > On 08/23/2011 05:38 AM, Koen Kooi wrote: >> >> Op 20 aug. 2011, om 00:23 heeft Darren Hart het volgende geschreven: >> >>> Fixes [YOCTO #1203] >>> >>> Using the hard floating point abi is incompatible with some binary >>> libaries and 3D suppor

Re: [yocto] [PATCH 1/1] beagleboard: enable hard floating point abi

2011-08-23 Thread Darren Hart
On 08/23/2011 05:38 AM, Koen Kooi wrote: > > Op 20 aug. 2011, om 00:23 heeft Darren Hart het volgende geschreven: > >> Fixes [YOCTO #1203] >> >> Using the hard floating point abi is incompatible with some binary >> libaries and 3D support for the Beagleboard. As we do not provide >> these in p

Re: [yocto] [PATCH 1/1] beagleboard: enable hard floating point abi

2011-08-23 Thread Koen Kooi
Op 20 aug. 2011, om 00:23 heeft Darren Hart het volgende geschreven: > Fixes [YOCTO #1203] > > Using the hard floating point abi is incompatible with some binary libaries > and > 3D support for the Beagleboard. As we do not provide these in poky and > meta-yocto, we can take advantage of the ha

Re: [yocto] [PATCH 1/1] beagleboard: enable hard floating point abi

2011-08-23 Thread Jason Kridner
On Fri, Aug 19, 2011 at 6:23 PM, Darren Hart wrote: > Fixes [YOCTO #1203] > > Using the hard floating point abi is incompatible with some binary libaries > and > 3D support for the Beagleboard. As we do not provide these in poky and > meta-yocto, we can take advantage of the hard floating point a

[yocto] [PATCH 1/1] beagleboard: enable hard floating point abi

2011-08-19 Thread Darren Hart
Fixes [YOCTO #1203] Using the hard floating point abi is incompatible with some binary libaries and 3D support for the Beagleboard. As we do not provide these in poky and meta-yocto, we can take advantage of the hard floating point abi. This can be easily disabled by anyone building on top of meta