Makefile.rules: Fix breakage on cygming --enable-shared.

This has been applied already in r115093 on release_28.

llvm-svn: 115487
This commit is contained in:
NAKAMURA Takumi 2010-10-04 02:32:21 +00:00
parent 0b0f19a5ac
commit ed9497854f

View File

@ -945,6 +945,11 @@ ifdef EXPORTED_SYMBOL_FILE
# First, set up the native export file, which may differ from the source
# export file.
# The option --version-script is not effective on GNU ld win32.
ifneq (,$(filter $(HOST_OS),Cygwin MingW))
HAVE_LINK_VERSION_SCRIPT := 0
endif
ifeq ($(HOST_OS),Darwin)
# Darwin convention prefixes symbols with underscores.
NativeExportsFile := $(ObjDir)/$(notdir $(EXPORTED_SYMBOL_FILE)).sed