Cross-compilation questions
Laurynas Biveinis
lauras@softhome.net
Fri Feb 9 02:08:00 GMT 2001
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
More information about the Libstdc++
mailing list