summaryrefslogtreecommitdiff
path: root/tools/edis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/edis/Makefile')
-rw-r--r--tools/edis/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/edis/Makefile b/tools/edis/Makefile
index 0ef0dce621..4f9d03aad6 100644
--- a/tools/edis/Makefile
+++ b/tools/edis/Makefile
@@ -12,6 +12,8 @@ LIBRARYNAME = EnhancedDisassembly
BUILT_SOURCES = EDInfo.inc
+EXPORTED_SYMBOL_FILE = EnhancedDisassembly.exports
+
# Include this here so we can get the configuration of the targets
# that have been configured for construction. We have to do this
# early so we can set up LINK_COMPONENTS before including Makefile.rules
@@ -32,7 +34,6 @@ ifeq ($(HOST_OS),Darwin)
# extra options to override libtool defaults
LLVMLibsOptions := $(LLVMLibsOptions) \
-avoid-version \
- -Wl,-exported_symbols_list -Wl,$(PROJ_SRC_DIR)/EnhancedDisassembly.exports \
-Wl,-dead_strip
ifdef EDIS_VERSION