From: Mumit Khan Date: Wed, 14 Apr 1999 20:12:19 +0000 (+0000) Subject: config-lang.in (compilers): Add exeext. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d20a4159c39d75bb573a6d524f6f06b4a35eac2e;p=platform%2Fupstream%2Fgcc.git config-lang.in (compilers): Add exeext. * config-lang.in (compilers): Add exeext. (stagestuff): Likewise. From-SVN: r26462 --- diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 21d1919..73f7ae2 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 ac79f45..8c9aa95 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*"