This is the mail archive of the newlib@sourceware.org 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]

How do I keep newlib from building a bunch of variants i don't need?


I really just want a newlib that targets -mcpu=xscale -march=armv5te, without anything else. No thumb, no interwork, no big-endian (as superior as I think Big Endian is), etc.

I tried this:

$ ../newlib-1.14.0/configure --prefix=/usr/local/arm-elf --target=arm- elf --with-float=soft

and adding "-mcpu=xscale -march=armv5te" to the CFLAGS_FOR_TARGET in the Makefile, but it appears to be creating a lot of variants.


TIA,


Rick


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