This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
How do I keep newlib from building a bunch of variants i don't need?
- From: Rick Mann <rmann at latencyzero dot com>
- To: newlib at sourceware dot org
- Date: Thu, 30 Aug 2007 16:19:48 -0700
- Subject: 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