This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Cross-compilation questions
- To: Laurynas Biveinis <lauras at softhome dot net>
- Subject: Re: Cross-compilation questions
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Fri, 9 Feb 2001 10:15:05 -0800 (PST)
- cc: libstdc++ at gcc dot gnu dot org
> > From configure.in, linux and newlib are the supported targets for
> > crosses. To build a cross (say powerpc-eabi or arm-elf) from DJPP you
> > shouldn't have to add anything else here, as these are newlib-based
> > crosses.
>
> I'm talking not about DJGPP-hosted crosses, but about DJGPP-targeted ones,
> and build system != target system. For example, configured with
> --build=i686-pc-linux-gnu --host=i686-pc-msdosdjgpp --target=i686-pc-msdosdjgpp
Well then. You are correct. It's not currently supported. You'll have to do
the work to support this.
-benjamin