This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Cross compiler headers
- To: Bill Currie <bcurrie at tssc dot co dot nz>
- Subject: Re: Cross compiler headers
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 08 Sep 1998 10:26:16 -0600
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <35F4791C.651E@tssc.co.nz>you write:
> I'm trying to build egcs+binutils as a cross compiler for
> m68k-tekelec-mtos (Chameleon-32 for those in the know) and I've been
> mostly successful (just copied the m68k-*-aout stuff with tweeks), but
> I'm having problems with system header files when it comes to building
> the libraries. I've copied the headers/libs to my host system, but I
> don't know where to put them and what to tell configure. I've noticed a
> `LIBGCC2_INCLUDES' in Makefile.in, but it is permanently blank (no
> `@.*@') and I was wandering of that was an `in-progress' enhancement,
> and if so, what the plans are for it (`LIBGCC2_INCLUDES' *is* used in
> the appropriate places).
>
> I'm having similar problems with libiberty and libio when built for the
> target (ie what to do about the headers).
Check out --with-headers= and --with-libraries=
jeff