------- Comment #3 from howarth at nitro dot med dot uc dot edu 2010-03-19 00:47 ------- Andrew, Do you still see this issue with current gcc trunk since...
Author: andreast Date: Wed Nov 18 07:36:12 2009 New Revision: 154282 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154282 Log: 2009-11-18 Iain Sandoe <iain.san...@sandoe-acoustics.co.uk> PR other/39888 * config/t-slibgcc-darwin: Fix embedded rpaths for --enable-version-specific-runtime-libs, build extension stub libs exposing features available from current libgcc_s. Modified: trunk/libgcc/ChangeLog trunk/libgcc/config/t-slibgcc-darwin Author: andreast Date: Wed Nov 18 07:37:04 2009 New Revision: 154283 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154283 Log: 2009-11-18 Iain Sandoe <iain.san...@sandoe-acoustics.co.uk> PR other/39888 * config/darwin.h: Use the extension stub libraries to access current libgcc_s features. Modified: trunk/gcc/ChangeLog trunk/gcc/config/darwin.h We should be linked to both the system libgcc_s and the FSF libgcc_s now (although filtered by the appropriate stubs for libgcc and libgcc_ext. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18135