config-lang.in (compilers): Add exeext.

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

From-SVN: r26462
This commit is contained in:
Mumit Khan 1999-04-14 20:12:19 +00:00 committed by Jeff Law
parent e0a5241098
commit d20a4159c3
2 changed files with 7 additions and 2 deletions

View 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).

View 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*"