Skip to content

Commit 31ee1f9

Browse files
committed
Disable MinGW & shared because it never worked.
llvm-svn: 115093
1 parent f4a1355 commit 31ee1f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/Makefile.rules

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,11 @@ ifdef EXPORTED_SYMBOL_FILE
941941
# First, set up the native export file, which may differ from the source
942942
# export file.
943943

944+
# The option --version-script is not effective on GNU ld win32.
945+
ifneq (,$(filter $(HOST_OS),Cygwin MingW))
946+
HAVE_LINK_VERSION_SCRIPT := 0
947+
endif
948+
944949
ifeq ($(HOST_OS),Darwin)
945950
# Darwin convention prefixes symbols with underscores.
946951
NativeExportsFile := $(ObjDir)/$(notdir $(EXPORTED_SYMBOL_FILE)).sed

0 commit comments

Comments
 (0)