(ch) config-lang.in exeext patchlet

Mumit Khan khan@xraylith.wisc.EDU
Tue Apr 13 22:31:00 GMT 1999


Yet another trivial patch.

Wed Apr 14 00:27:51 1999  Mumit Khan  <khan@xraylith.wisc.edu>

	* config-lang.in (compilers): Add exeext.
	(stagestuff): Likewise.

Index: config-lang.in
===================================================================
RCS file: /homes/khan/src/CVSROOT/egcs-19990410/gcc/ch/config-lang.in,v
retrieving revision 1.1.1.1
diff -u -3 -p -r1.1.1.1 config-lang.in
--- config-lang.in	1999/04/10 23:56:03	1.1.1.1
+++ config-lang.in	1999/04/14 05:29:01
@@ -28,8 +28,8 @@
 
 language="CHILL"
 
-compilers="cc1chill"
+compilers="cc1chill\$(exeext)"
 
-stagestuff="chill chill-cross cc1chill"
+stagestuff="chill chill-cross\$(exeext) cc1chill\$(exeext)"
 
 diff_excludes="-x -x ch/chill.info*"

Regards,
Mumit



More information about the Gcc-patches mailing list