http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55617
--- Comment #15 from Jack Howarth <howarth at nitro dot med.uc.edu> 2013-01-30 16:28:17 UTC --- It also seems that Solaris 2 will suffer from this issue when not using Gold... #ifndef USE_GLD /* The Solaris linker doesn't understand constructor priorities. */ #undef SUPPORTS_INIT_PRIORITY #define SUPPORTS_INIT_PRIORITY 0 #endif