OSDN Git Service

* ABOUT-GCC-NLS, ChangeLog, ChangeLog-1997, ChangeLog-1998,
[pf3gnuchains/gcc-fork.git] / gcc / config / mips / t-slibgcc-irix
1 # Copyright (C) 2004, 2005 Free Software Foundation, Inc.
2 #
3 # This file is part of GCC.
4 #
5 # GCC is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3, or (at your option)
8 # any later version.
9 #
10 # GCC is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with GCC; see the file COPYING3.  If not see
17 # <http://www.gnu.org/licenses/>.
18
19 # Build a shared libgcc library.
20
21 SHLIB_EXT = .so
22 SHLIB_SOLINK = @shlib_base_name@.so
23 SHLIB_SOVERSION = 1
24 SHLIB_SONAME = @shlib_base_name@.so.$(SHLIB_SOVERSION)
25 SHLIB_MAP = @shlib_map_file@
26 SHLIB_OBJS = @shlib_objs@
27 SHLIB_DIR = @multilib_dir@
28 SHLIB_SLIBDIR_QUAL = @shlib_slibdir_qual@
29 SHLIB_LC = -lc
30
31 SHLIB_LINK = $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -shared -nodefaultlibs \
32         -Wl,-soname,$(SHLIB_SONAME) \
33         -o $(SHLIB_DIR)/$(SHLIB_SONAME).tmp @multilib_flags@ \
34         $(SHLIB_OBJS) $(SHLIB_LC) && \
35         rm -f $(SHLIB_DIR)/$(SHLIB_SOLINK) && \
36         if [ -f $(SHLIB_DIR)/$(SHLIB_SONAME) ]; then \
37           mv -f $(SHLIB_DIR)/$(SHLIB_SONAME) \
38                 $(SHLIB_DIR)/$(SHLIB_SONAME).backup; \
39         else true; fi && \
40         mv $(SHLIB_DIR)/$(SHLIB_SONAME).tmp $(SHLIB_DIR)/$(SHLIB_SONAME) && \
41         $(LN_S) $(SHLIB_SONAME) $(SHLIB_DIR)/$(SHLIB_SOLINK)
42 # $(slibdir) double quoted to protect it from expansion while building
43 # libgcc.mk.  We want this delayed until actual install time.
44 SHLIB_INSTALL = \
45         $$(mkinstalldirs) $$(DESTDIR)$$(slibdir)$(SHLIB_SLIBDIR_QUAL); \
46         $(INSTALL_DATA) $(SHLIB_DIR)/$(SHLIB_SONAME) \
47           $$(DESTDIR)$$(slibdir)$(SHLIB_SLIBDIR_QUAL)/$(SHLIB_SONAME); \
48         rm -f $$(DESTDIR)$$(slibdir)$(SHLIB_SLIBDIR_QUAL)/$(SHLIB_SOLINK); \
49         $(LN_S) $(SHLIB_SONAME) \
50           $$(DESTDIR)$$(slibdir)$(SHLIB_SLIBDIR_QUAL)/$(SHLIB_SOLINK)
51 SHLIB_MKMAP = $(srcdir)/mkmap-flat.awk
52 SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver