config-lang.in revision 18334
118334Speter# Top level configure fragment for GNU C++.
218334Speter#   Copyright (C) 1994, 1995 Free Software Foundation, Inc.
318334Speter
418334Speter#This file is part of GNU CC.
518334Speter
618334Speter#GNU CC is free software; you can redistribute it and/or modify
718334Speter#it under the terms of the GNU General Public License as published by
818334Speter#the Free Software Foundation; either version 2, or (at your option)
918334Speter#any later version.
1018334Speter
1118334Speter#GNU CC is distributed in the hope that it will be useful,
1218334Speter#but WITHOUT ANY WARRANTY; without even the implied warranty of
1318334Speter#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1418334Speter#GNU General Public License for more details.
1518334Speter
1618334Speter#You should have received a copy of the GNU General Public License
1718334Speter#along with GNU CC; see the file COPYING.  If not, write to
1818334Speter#the Free Software Foundation, 59 Temple Place - Suite 330,
1918334Speter#Boston, MA 02111-1307, USA.
2018334Speter
2118334Speter# Configure looks for the existence of this file to auto-config each language.
2218334Speter# We define several parameters used by configure:
2318334Speter#
2418334Speter# language	- name of language as it would appear in $(LANGUAGES)
2518334Speter# compilers	- value to add to $(COMPILERS)
2618334Speter# stagestuff	- files to add to $(STAGESTUFF)
2718334Speter# diff_excludes	- files to ignore when building diffs between two versions.
2818334Speter
2918334Speterlanguage="c++"
3018334Speter
3118334Spetercompilers="cc1plus\$(exeext)"
3218334Speter
3318334Speterstagestuff="g++\$(exeext) g++-cross\$(exeext) cc1plus\$(exeext)"
3418334Speter
3518334Speterdiff_excludes="-x cp/parse.c -x cp/parse.h"
36