Makefile.am (LINK): Add --tag CC.
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
This commit is contained in:
parent
5c41fdfb41
commit
ac91039534
3 changed files with 14 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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@
|
||||
|
|
Loading…
Add table
Reference in a new issue