This is the mail archive of the gcc-patches@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]

RE: More top-level configure.in changes




On Wednesday, December 13, 2000 1:04 PM, Alexandre Oliva 
[SMTP:aoliva@redhat.com] wrote:
> > @@ -742,10 +742,6 @@ case "${target}" in
> >      # but don't build gdb
> >      noconfigdirs="$noconfigdirs gdb target-libg++ ${libstdcxx_version}
> >      target-librx ${libgcj}"
> >      ;;
> > -  i[3456]86-*-linux*)
> > -    # linux has rx in libc
> > -    skipdirs="$skipdirs target-librx"
> > -    ;;
> >    *-*-linux*)
> >      noconfigdirs="${libgcj}"
> >      # linux has rx in libc
>
> But this doesn't seem right to me.

I added this case in my last patch to enable libgcj builds.  Otherwise 
*-*-linux* is hit and it doesn't build.  The plan was to not enable builds 
until the ABI's are in sync, so I'm simply reverting my change here.

AG

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