This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Oversight in Makefile?
- To: egcs at egcs dot cygnus dot com
- Subject: Oversight in Makefile?
- From: Martin Kahlert <martin dot kahlert at mchp dot siemens dot de>
- Date: Tue, 20 Jul 1999 14:26:03 +0200
Hi,
just a short question:
In gcc-2.95/Makefile.in
the targets 'install-gcc-cross' and 'cross' explicitly pass
LANGUAGES='c c++'. Is this an oversight?
I had to add f77 to build a Fortran cross compiler and
i think what is even worse is, that if i
configure using --enable-languages=f77,
c++ is possibly not even configured?
But perhaps this is all perfectly o.k.
Thanks,
Martin.