]> gcc.gnu.org Git - gcc.git/commitdiff
config-lang.in (target_libs): Added target-gperf, so that we don't try to build it...
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 29 Sep 2001 19:55:39 +0000 (19:55 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sat, 29 Sep 2001 19:55:39 +0000 (19:55 +0000)
* config-lang.in (target_libs): Added target-gperf, so that we
don't try to build it if C++ is disabled.

From-SVN: r45887

gcc/cp/ChangeLog
gcc/cp/config-lang.in

index a5dc225cbac6479bec872dba00942f8aeec9aaca..44cfc47daf18500a1e9a2b601a0c1947038c51b2 100644 (file)
@@ -1,3 +1,8 @@
+2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
+
+       * 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  <zack@codesourcery.com>
 
        * Make-lang.in (CXX_OBJS): Take out cp/errfn.o.
index 1346d49b9adc0fcbf58001dac951c0977f9d0a90..3df716183f7f008a15838931901ccae038e0a9d9 100644 (file)
@@ -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"
This page took 0.074977 seconds and 5 git commands to generate.