aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMumit Khan <khan@xraylith.wisc.edu>1999-04-14 20:12:19 +0000
committerJeff Law <law@gcc.gnu.org>1999-04-14 14:12:19 -0600
commitd20a4159c39d75bb573a6d524f6f06b4a35eac2e (patch)
tree50400cb6cda7e3428bdda952412ac0fcbea8beda /gcc
parente0a5241098f00f4490069d0b5c619bbe6b5714d6 (diff)
downloadgcc-d20a4159c39d75bb573a6d524f6f06b4a35eac2e.zip
gcc-d20a4159c39d75bb573a6d524f6f06b4a35eac2e.tar.gz
gcc-d20a4159c39d75bb573a6d524f6f06b4a35eac2e.tar.bz2
config-lang.in (compilers): Add exeext.
* config-lang.in (compilers): Add exeext. (stagestuff): Likewise. From-SVN: r26462
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ch/ChangeLog5
-rw-r--r--gcc/ch/config-lang.in4
2 files changed, 7 insertions, 2 deletions
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 <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).
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*"