This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

newlib without floating point


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


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