Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 756160
Collapse All | Expand All

(-)a/libgcc/config/t-slibgcc-darwin (+1 lines)
Lines 19-24 SHLIB_LINK = $(CC) $(LIBGCC2_CFLAGS) -dynamiclib -nodefaultlibs \ Link Here
19
   -install_name @shlib_slibdir@/$(SHLIB_INSTALL_NAME) \
19
   -install_name @shlib_slibdir@/$(SHLIB_INSTALL_NAME) \
20
   -single_module -o $(SHLIB_DIR)/$(SHLIB_SONAME) \
20
   -single_module -o $(SHLIB_DIR)/$(SHLIB_SONAME) \
21
   -Wl,-exported_symbols_list,$(SHLIB_MAP) \
21
   -Wl,-exported_symbols_list,$(SHLIB_MAP) \
22
   -Wl,-undefined -Wl,dynamic_lookup \
22
   $(SHLIB_VERSTRING) \
23
   $(SHLIB_VERSTRING) \
23
   @multilib_flags@ $(SHLIB_OBJS) $(SHLIB_LC)
24
   @multilib_flags@ $(SHLIB_OBJS) $(SHLIB_LC)

Return to bug 756160