1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Bug fix: made the enhanced disassembler's link

flags work properly when EDIS_VERSION is defined

llvm-svn: 101063
This commit is contained in:
Sean Callanan 2010-04-12 20:23:08 +00:00
parent 7cd2b6d33b
commit d9474b01ae

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