This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


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

Re: Cross-compilation questions


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


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