> From: David Schleef <[EMAIL PROTECTED]>

> > even if there isn't.  The binary will only fail at run time, i.e. when
> > you actually execute it.  This check therefore needs to be converted
> > to a runtime check.
> 
> This is correct.  It's a test whether or not binutils can compile
> floating point code on purpose.  This is because binutils targetted
> for some embedded targets doesn't allow fp code.

Are you sure about that?  I believe I've built my toolchain correctly
for powerpc soft-float, but binutils doesn't complain at all about
this code.  As a result, liboil builds for FPU but then later on GCC
fails to compile some source file in liboil because of assembler
constraints that cannot be met.

> compiled your kernel without FP emulation, well, you should be using
> the aforementioned non-fp binutils.

Any idea how to configure non-fp binutils?
-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to