Bug fix: made the enhanced disassembler's link

flags work properly when EDIS_VERSION is defined


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101063 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sean Callanan 2010-04-12 20:23:08 +00:00
parent 4b318ef974
commit dae9efc23e

View File

@ -32,7 +32,7 @@ ifeq ($(HOST_OS),Darwin)
-Wl,-dead_strip
ifdef EDIS_VERSION
LLVMLibsOptions := -Wl,-current_version -Wl,$(EDIS_VERSION) \
LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version -Wl,$(EDIS_VERSION) \
-Wl,-compatibility_version -Wl,1
endif