This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
egcs/gcc/f/Make-lang.in fix.
- To: "'egcs-bugs at cygnus dot com'" <egcs-bugs at cygnus dot com>
- Subject: egcs/gcc/f/Make-lang.in fix.
- From: Sergey Okhapkin <sos at prospect dot com dot ru>
- Date: Mon, 24 Nov 1997 12:37:24 +0300
This fix allows to build all egcs suite on cygnus gnu-win32 environment.
--- Make-lang.in.orig Mon Nov 24 10:27:43 1997
+++ Make-lang.in Mon Nov 24 11:35:48 1997
@@ -334,9 +334,9 @@
# We need to build the runtime after libgcc.a, so as to avoid a circular
# dependence on cplib2.ready. So instead of putting it in LANGUAGES (via
# the f77 rule), it goes at the end of each all.* build rule.
-f77.all.build: g77 maybe-f2c f77-runtime
-f77.all.cross: g77-cross maybe-f2c f77-runtime
-f77.start.encap: g77 maybe-f2c
+f77.all.build: g77$(exeext) maybe-f2c f77-runtime
+f77.all.cross: g77-cross$(exeext) maybe-f2c f77-runtime
+f77.start.encap: g77$(exeext) maybe-f2c
f77.rest.encap: f77-runtime
f77.info: f/g77.info
--
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
Looking for a job.