diff options
Diffstat (limited to 'gcc/cp/config-lang.in')
-rw-r--r-- | gcc/cp/config-lang.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/cp/config-lang.in b/gcc/cp/config-lang.in index 58c40d7..1346d49 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, 1995, 1997, 1998 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995, 1997, 1998, 2000 Free Software Foundation, Inc. #This file is part of GNU CC. @@ -33,3 +33,5 @@ compilers="cc1plus\$(exeext)" stagestuff="g++\$(exeext) g++-cross\$(exeext) cc1plus\$(exeext)" diff_excludes="-x parse.c -x parse.h" + +target_libs=${libstdcxx_version} |