]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.am (LINK): Add --tag CC.
authorBenjamin Kosnik <bkoz@redhat.com>
Tue, 15 Jan 2002 23:02:22 +0000 (23:02 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 15 Jan 2002 23:02:22 +0000 (23:02 +0000)
2002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
    Alexandre Oliva  <aoliva@redhat.com>

* libmath/Makefile.am (LINK): Add --tag CC.
* libmath/Makefile.in: Regenerate.

Co-Authored-By: Alexandre Oliva <aoliva@redhat.com>
From-SVN: r48883

libstdc++-v3/ChangeLog
libstdc++-v3/libmath/Makefile.am
libstdc++-v3/libmath/Makefile.in

index 47650e3d6146a7a7a1d864c3fd3d56bd591e2d94..43f74f828fc0ea9c4ee94782be98a1fe07cf4937 100644 (file)
@@ -1,3 +1,9 @@
+2002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
+           Alexandre Oliva  <aoliva@redhat.com>
+
+       * libmath/Makefile.am (LINK): Add --tag CC.
+       * libmath/Makefile.in: Regenerate.
+
 2002-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
        * config/os/hpux/bits/ctype_noninline.h: Use __SB_masks for address
index c0cea3ce35fbd12a798b778bb274f8053620e019..6464c9a436b01c8c02642dcfaf1ff78da65f4d0a 100644 (file)
@@ -1,6 +1,6 @@
 ## Makefile for the math subdirectory of the GNU C++ Standard library.
 ##
-## Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1997-2002 Free Software Foundation, Inc.
 ##
 ## This file is part of the libstdc++ version 3 distribution.
 ## Process this file with automake to produce Makefile.in.
@@ -39,11 +39,12 @@ libmath_la_DEPENDENCIES = $(libmath_la_LIBADD)
 
 libmath_la_SOURCES = signbit.c signbitf.c stubs.c
 
-LINK = $(LIBTOOL) --mode=link "$(CCLD)" $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
+LINK = \
+       $(LIBTOOL) --tag CC --mode=link "$(CCLD)" \
+       $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
 # Use common includes from acinclude.m4/GLIBCPP_EXPORT_INCLUDES
 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
 
 INCLUDES = \
        $(TOPLEVEL_INCLUDES) 
-
index 74a41f1351903b8afeb19a2ba47eb6b2547a99a1..13ab6617154ca1c5ace7debd652c6c8ff1155b62 100644 (file)
@@ -169,7 +169,10 @@ libmath_la_DEPENDENCIES = $(libmath_la_LIBADD)
 
 libmath_la_SOURCES = signbit.c signbitf.c stubs.c
 
-LINK = $(LIBTOOL) --mode=link "$(CCLD)" $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
+LINK = \
+       $(LIBTOOL) --tag CC --mode=link "$(CCLD)" \
+       $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
+
 
 # Use common includes from acinclude.m4/GLIBCPP_EXPORT_INCLUDES
 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
This page took 2.906636 seconds and 5 git commands to generate.