This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Another cross compiling nit
- To: egcs at cygnus dot com
- Subject: Another cross compiling nit
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Wed, 14 Oct 1998 19:04:19 +0100
- Cc: richard dot earnshaw at arm dot com
- Organization: ARM Ltd.
- Reply-To: richard dot earnshaw at arm dot com
Now I can build libgcc.a, another minor nit has cropped up with the build
system for a cross compiler.
Basically, when you build with "make cross", make builds a gcc that
doesn't constain cc1obj. However, it still tries to build target-libobjc.
Is there a simple fix for this?
Richard.