This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Cross-compilation questions
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: Re: Cross-compilation questions
- From: "Laurynas Biveinis" <lauras at softhome dot net>
- Date: Fri, 9 Feb 2001 12:06:11 +0200
- Cc: libstdc++ at gcc dot gnu dot org
- References: <200102082000.MAA01393@haight.constant.com>
On Thu, Feb 08, 2001 at 12:00:05PM -0800, Benjamin Kosnik wrote:
> 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
> Perhaps you could just explain what you want to do, and what problems
> you are having while trying to do it?
The problem - it uses config/os/newlib headers, which do not work for DJGPP.
Laurynas