--- gcc/cp/config-lang.in 2018/04/24 18:20:22 1.1.1.1 +++ gcc/cp/config-lang.in 2018/04/24 18:27:11 1.1.1.2 @@ -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. @@ -15,7 +15,8 @@ #You should have received a copy of the GNU General Public License #along with GNU CC; see the file COPYING. If not, write to -#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +#the Free Software Foundation, 59 Temple Place - Suite 330, +#Boston, MA 02111-1307, USA. # Configure looks for the existence of this file to auto-config each language. # We define several parameters used by configure: @@ -27,8 +28,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"