(pre-1.0.2) minor g77 Make-lang.in fix

Mumit Khan khan@xraylith.wisc.edu
Wed Feb 18 22:00:00 GMT 1998


Needed for platforms where exeext != "". Already fixed in the trunk, so
only needed in the release branch. 

Fri Feb 13 14:56:56 1998  Mumit Khan <khan@xraylith.wisc.edu>

	* Make-lang.in (f77.all.build): Add exeext.
	(f77.all.cross): Likewise.
	(f77.start.encap): Likewise.

Index: egcs-release/gcc/f/Make-lang.in
diff -u egcs-release/gcc/f/Make-lang.in:1.1.1.1 egcs-release/gcc/f/Make-lang.in:1.2
--- egcs-release/gcc/f/Make-lang.in:1.1.1.1	Sun Feb 15 23:29:14 1998
+++ egcs-release/gcc/f/Make-lang.in	Wed Feb 18 21:56:42 1998
@@ -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

Regards,
Mumit -- khan@xraylith.wisc.edu
http://www.xraylith.wisc.edu/~khan/



More information about the Gcc-bugs mailing list