From cd42e5f3e2eb9540b16e568559e6e95ffd7cc2a7 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 1 Oct 2014 23:15:26 +0200 Subject: fdo#82430: MSVC build: avoid using SSE2 instructions in some externals Hopefully this should fix up the most important external libraries. Change-Id: I744cb5a2ce7fafb10852059050cf24589d6ca400 --- external/libxml2/libxml2-vc10.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external/libxml2') diff --git a/external/libxml2/libxml2-vc10.patch b/external/libxml2/libxml2-vc10.patch index 90c43125b384..f88054e5e3c9 100644 --- a/external/libxml2/libxml2-vc10.patch +++ b/external/libxml2/libxml2-vc10.patch @@ -4,7 +4,7 @@ CFLAGS = $(CFLAGS) /D "HAVE_LZMA_H" !endif CFLAGS = $(CFLAGS) /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE -+CFLAGS = $(CFLAGS) $(SOLARINC) ++CFLAGS = $(CFLAGS) -arch:SSE $(SOLARINC) # The linker and its options. LD = link.exe -- cgit