config-lang.in (compilers): Add exeext.
authorMumit Khan <khan@xraylith.wisc.edu>
Wed, 14 Apr 1999 20:12:19 +0000 (20:12 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 14 Apr 1999 20:12:19 +0000 (14:12 -0600)
        * config-lang.in (compilers): Add exeext.
        (stagestuff): Likewise.

From-SVN: r26462

gcc/ch/ChangeLog
gcc/ch/config-lang.in

index 21d1919..73f7ae2 100644 (file)
@@ -1,3 +1,8 @@
+Wed Apr 14 21:07:30 1999  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * config-lang.in (compilers): Add exeext.
+       (stagestuff): Likewise.
+
 Fri Apr  2 15:49:44 1999  Jeffrey A Law  (law@cygnus.com)
 
         * Make-lang.in (CHILL_FLAGS_TO_PASS): Do not pass $(CC).
index ac79f45..8c9aa95 100644 (file)
@@ -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*"