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]

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


On 31 August 2007 00:20, Rick Mann wrote:

> 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.

  Try "--disable-multilib" at configure time.


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


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