comparison libgcc/config/t-slibgcc-darwin @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
22 $(SHLIB_VERSTRING) \ 22 $(SHLIB_VERSTRING) \
23 @multilib_flags@ $(SHLIB_OBJS) $(SHLIB_LC) 23 @multilib_flags@ $(SHLIB_OBJS) $(SHLIB_LC)
24 24
25 SHLIB_MKMAP = $(gcc_srcdir)/mkmap-flat.awk 25 SHLIB_MKMAP = $(gcc_srcdir)/mkmap-flat.awk
26 SHLIB_MKMAP_OPTS = -v leading_underscore=1 26 SHLIB_MKMAP_OPTS = -v leading_underscore=1
27 SHLIB_MAPFILES += $(gcc_srcdir)/libgcc-std.ver 27 SHLIB_MAPFILES += $(gcc_srcdir)/libgcc-std.ver $(gcc_srcdir)/libgcc-libsystem.ver
28 28
29 # we're only going to build the stubs if the target slib is /usr/lib 29 # we're only going to build the stubs if the target slib is /usr/lib
30 # there is no other case in which they're useful in a live system. 30 # there is no other case in which they're useful in a live system.
31 ifeq (/usr/lib,$(shlib_slibdir)) 31 ifeq (/usr/lib,$(shlib_slibdir))
32 LGCC_STUBS = libgcc_s.10.4.dylib libgcc_s.10.5.dylib 32 LGCC_STUBS = libgcc_s.10.4.dylib libgcc_s.10.5.dylib