Add more 256-bit forms for a bunch of regular AVX instructions
[oota-llvm.git] / Makefile.rules
index 6271bf51f7f4f975d1ae9c282c01ef18595cb263..a3a4937b792ad38a2286133d0554061a959948dd 100644 (file)
@@ -1339,9 +1339,11 @@ endif
 endif
 
 ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux NetBSD FreeBSD))
+ifneq ($(ARCH), Mips)
   LD.Flags += -Wl,--version-script=$(LLVM_SRC_ROOT)/autoconf/ExportMap.map
 endif
 endif
+endif
 
 #---------------------------------------------------------
 # Tool Version Info Support