newlib without floating point

Heiko Rahlfes heiko@vip-wb.de
Sat Sep 9 00:48:00 GMT 2000


Hi,

newlib with the default parameter for powerpc-eabi is build for a cpu with
floating point registers.
Example: the function vprintf try to save  floating point register.
The cpu mpc860 do not support floating point.
Therefor i changed the newlib_cflags= entry in configure.host to:

newlib_cflags=-mcpu=860
perhaps there is a better way to do this but i did not find it.

Connfigure with -with-cpu=860 don't work.

Thanks in advance

heiko





------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com



More information about the crossgcc mailing list