From d20a4159c39d75bb573a6d524f6f06b4a35eac2e Mon Sep 17 00:00:00 2001 From: Mumit Khan Date: Wed, 14 Apr 1999 20:12:19 +0000 Subject: [PATCH] config-lang.in (compilers): Add exeext. * config-lang.in (compilers): Add exeext. (stagestuff): Likewise. From-SVN: r26462 --- gcc/ch/ChangeLog | 5 +++++ gcc/ch/config-lang.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 21d19197c76..73f7ae277d5 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 14 21:07:30 1999 Mumit Khan + + * 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). diff --git a/gcc/ch/config-lang.in b/gcc/ch/config-lang.in index ac79f45aff6..8c9aa95bcaf 100644 --- a/gcc/ch/config-lang.in +++ b/gcc/ch/config-lang.in @@ -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*" -- 2.30.2