[Bug other/39888] TLS emutls not linked to automatically on Darwin

howarth at nitro dot med dot uc dot edu gcc-bugzilla@gcc.gnu.org
Wed Sep 23 17:53:00 GMT 2009



------- Comment #16 from howarth at nitro dot med dot uc dot edu  2009-09-23 17:53 -------
Would a construct like...

SHLIB_LINK = $(CC) $(LIBGCC2_CFLAGS) -dynamiclib -nodefaultlibs \
        -install_name @shlib_slibdir@/$(SHLIB_INSTALL_NAME) \
        -single_module -o $(SHLIB_DIR)/$(SHLIB_SONAME).tmp \
         `if test @install_files@ = libgcc_ext.dylib ; then echo
"-Wl,-unexported_symbols_list," ; else echo "-Wl,-exported_symbols_list" fi` \
         `if test @install_files@ = libgcc_ext.dylib ; then echo
darwin-libgcc.10.5.ver; else echo $(SHLIB_MAP) fi` \
        $(SHLIB_VERSTRING) \
        @multilib_flags@ $(SHLIB_OBJS) $(SHLIB_LC)

be workable?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39888



More information about the Gcc-bugs mailing list