mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-24 19:44:49 +00:00
this logic is handled by tools/makefile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108919 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
de8d40503e
commit
56ff3f15e7
@ -9,6 +9,8 @@
|
|||||||
|
|
||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
LIBRARYNAME = EnhancedDisassembly
|
LIBRARYNAME = EnhancedDisassembly
|
||||||
|
LINK_LIBS_IN_SHARED = 1
|
||||||
|
SHARED_LIBRARY = 1
|
||||||
|
|
||||||
EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/EnhancedDisassembly.exports
|
EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/EnhancedDisassembly.exports
|
||||||
|
|
||||||
@ -17,15 +19,6 @@ EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/EnhancedDisassembly.exports
|
|||||||
# early so we can set up LINK_COMPONENTS before including Makefile.rules
|
# early so we can set up LINK_COMPONENTS before including Makefile.rules
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
|
|
||||||
ifeq ($(ENABLE_PIC),1)
|
|
||||||
ifneq ($(DISABLE_EDIS),1)
|
|
||||||
ifneq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW))
|
|
||||||
LINK_LIBS_IN_SHARED = 1
|
|
||||||
SHARED_LIBRARY = 1
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
LINK_COMPONENTS := $(TARGETS_TO_BUILD) mcdisassembler x86asmprinter x86disassembler
|
LINK_COMPONENTS := $(TARGETS_TO_BUILD) mcdisassembler x86asmprinter x86disassembler
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
Loading…
x
Reference in New Issue
Block a user