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

(-)tools/llvm-shlib/Makefile.orig (+1 lines)
Lines 67-72 Link Here
67
    # Include everything from the .a's into the shared library.
67
    # Include everything from the .a's into the shared library.
68
    LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsOptions) \
68
    LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsOptions) \
69
                       -Wl,--no-whole-archive
69
                       -Wl,--no-whole-archive
70
    LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME)$(SHLIBEXT)
70
endif
71
endif
71
72
72
ifeq ($(HOST_OS),Linux)
73
ifeq ($(HOST_OS),Linux)

Return to bug 409267