------- Comment #5 from howarth at nitro dot med dot uc dot edu 2009-11-28 21:21 ------- Testing...
Index: libgcc/config/t-slibgcc-darwin =================================================================== --- libgcc/config/t-slibgcc-darwin (revision 154730) +++ libgcc/config/t-slibgcc-darwin (working copy) @@ -26,13 +26,8 @@ SHLIB_MKMAP_OPTS = -v leading_underscore=1 SHLIB_MAPFILES += $(gcc_srcdir)/libgcc-std.ver -# we're only going to build the stubs if the target slib is /usr/lib -# there is no other case in which they're useful in a live system. -ifeq (/usr/lib,$(shlib_slibdir)) +# Must always build stubs so that FSF libgcc is used. LGCC_STUBS = libgcc_s.10.4.dylib libgcc_s.10.5.dylib -else -LGCC_STUBS = -endif LGCC_FILES = libgcc_s.$(SHLIB_SOVERSION)$(SHLIB_EXT) LGCC_FILES += $(LGCC_STUBS) against current gcc trunk. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42208