This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Link tests not allowed
Douglas B Rupp writes:
> Andrew Haley wrote:
> > Douglas B Rupp writes:
> > > DJ Delorie wrote:
> > > > Is your target a newlib target? If so, are you including --with-newlib?
> > > >
> > >
> > > Thanks, that was the problem.
> > > Why isn't --with-newlib the default for newlib targets?
> >
> > AIX is a newlib target? Really?
>
> Don't really know one way or the other but it fixed the configure
> problem. How does one tell a newlib target other than by looking at
> configure.in and noconfigdirs?
Newlib targets are targets without their own native libc. I find it
exceedingly hard to believe that AIX falls into this category.
Andrew.