summaryrefslogtreecommitdiff
path: root/gcc/cp/config-lang.in
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-02-21 23:39:19 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-02-21 23:39:19 +0000
commite937f63398cd5d8a78b9d5bdce3b09a2ac03971d (patch)
tree9437e28e0e89c5e268237bb925ba4a1a90015831 /gcc/cp/config-lang.in
parent75c3e7b29df271c93a9ec8d6a6b966286f553b18 (diff)
downloadgcc-e937f63398cd5d8a78b9d5bdce3b09a2ac03971d.tar.gz
($exeext, $objext, $oldobjext): New macros.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9007 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/config-lang.in')
-rw-r--r--gcc/cp/config-lang.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cp/config-lang.in b/gcc/cp/config-lang.in
index 8290ac43bac..6a4afb139fb 100644
--- a/gcc/cp/config-lang.in
+++ b/gcc/cp/config-lang.in
@@ -1,5 +1,5 @@
# Top level configure fragment for GNU C++.
-# Copyright (C) 1994 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995 Free Software Foundation, Inc.
#This file is part of GNU CC.
@@ -27,8 +27,8 @@
language="c++"
-compilers="cc1plus"
+compilers="cc1plus\$(exeext)"
-stagestuff="g++ g++-cross cc1plus"
+stagestuff="g++\$(exeext) g++-cross\$(exeext) cc1plus\$(exeext)"
diff_excludes="-x cp/parse.c -x cp/parse.h"