aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-09-29 22:23:19 +0000
committerBill Wendling <isanbard@gmail.com>2010-09-29 22:23:19 +0000
commit31ee1f90567735fbdb39d0ee60b41a35e4f8595c (patch)
tree34ce1e967561929294ae89f26ca3483494a49a73
parentf4a13558593214041c7d90a7e134a0479c538130 (diff)
downloadllvm-31ee1f90567735fbdb39d0ee60b41a35e4f8595c.zip
llvm-31ee1f90567735fbdb39d0ee60b41a35e4f8595c.tar.gz
llvm-31ee1f90567735fbdb39d0ee60b41a35e4f8595c.tar.bz2
Disable MinGW & shared because it never worked.
llvm-svn: 115093
-rw-r--r--llvm/Makefile.rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 2e18c66..9cff1053 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -941,6 +941,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