This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: 'make cross' needs gcc-g++ ?!
- To: Sergei Organov <osv at Javad dot RU>
- Subject: Re: 'make cross' needs gcc-g++ ?!
- From: Brian Ford <ford at vss dot fsi dot com>
- Date: Tue, 19 Oct 1999 13:45:08 -0500 (CDT)
- cc: egcs-bugs at egcs dot cygnus dot com
On 19 Oct 1999, Sergei Organov wrote:
> Don't know if it is a bug or feature, but 'make cross' doesn't work if
> only gcc-core is installed. It needs gcc-g++ to be installed as
> well. Well, I re-read crossgcc FAQ and didn't find references to
> 'cross' target for make. Is it just obsolete or it never was an intended
> way to make cross compiler? 'make all' works fine, so I hope there is no
> actual trouble here.
>
> $ tar -xzf ../archive/gcc-core-2.95.1.tar.gz
>
Make cross is in fact obsolete. I believe this started with gcc-2.95.
Just plain "make" is now the recommended method as stated on:
http://egcs.cygnus.com/install/build.html
> $ make cross LANGUAGES=c
This is also obsolete. Please use the --enable-languages= flag to
configure as shown on:
http://egcs.cygnus.com/install/configure.html
--
Brian Ford
Software Engineer
Vital Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax: 314-551-8444