This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Link tests not allowed


DJ Delorie wrote:
Why isn't --with-newlib the default for newlib targets?

--with-newlib *tells* us that it's a newlib target.



Well not knowing what a newlib target was when you asked, I looked in configure.in.


It seems that if it's not a newlib target then target-newlib is missing from noconfigdirs. So if --with-newlib is needed, what purpose does noconfigdirs serve?


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