OSDN Git Service

2002-01-15 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Jan 2002 23:02:22 +0000 (23:02 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Jan 2002 23:02:22 +0000 (23:02 +0000)
    Alexandre Oliva  <aoliva@redhat.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48883 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 47650e3..43f74f8 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 c0cea3c..6464c9a 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 74a41f1..13ab661 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@