From e717a3eca5f58533cc159dc38b69907416bd6fff Mon Sep 17 00:00:00 2001 From: aoliva Date: Sat, 29 Sep 2001 19:55:39 +0000 Subject: [PATCH] * config-lang.in (target_libs): Added target-gperf, so that we don't try to build it if C++ is disabled. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45887 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/ChangeLog | 5 +++++ gcc/cp/config-lang.in | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a5dc225..44cfc47 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2001-09-29 Alexandre Oliva + + * config-lang.in (target_libs): Added target-gperf, so that we + don't try to build it if C++ is disabled. + 2001-09-23 Zack Weinberg * Make-lang.in (CXX_OBJS): Take out cp/errfn.o. diff --git a/gcc/cp/config-lang.in b/gcc/cp/config-lang.in index 1346d49..3df7161 100644 --- a/gcc/cp/config-lang.in +++ b/gcc/cp/config-lang.in @@ -1,5 +1,6 @@ # Top level configure fragment for GNU C++. -# Copyright (C) 1994, 1995, 1997, 1998, 2000 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995, 1997, 1998, 2000, 2001 +# Free Software Foundation, Inc. #This file is part of GNU CC. @@ -34,4 +35,4 @@ stagestuff="g++\$(exeext) g++-cross\$(exeext) cc1plus\$(exeext)" diff_excludes="-x parse.c -x parse.h" -target_libs=${libstdcxx_version} +target_libs="${libstdcxx_version} target-gperf" -- 2.7.4