This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

egcs/gcc/f/Make-lang.in fix.


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.





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]