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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Cross-compiling


Hello,

I have built a gcc cross-compiler for xscale on a x86 machine. Now I
want to use
it to compile newlib, but I do not want newlib to be compiled for
xscale (armv5te),
but to a simple armv5. 
The documentation was a little bit confusing on this, so I would like
to ask how I
should do it . I tried passing the -march=armv5 parameter on CCFLAGS directly
on the Makefile, but it was useless.

Thanks alot,
--lf


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