From 5bd91f977adc4482d350231ff134d50dd493411a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 15 Sep 2011 16:09:51 +0000 Subject: make pentium4 the minimum CPU so we can use SSE2 (p4 arrived in 2000). svn path=/trunk/; revision=15295 --- packages/win32_inno/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/win32_inno/Makefile') diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index 394576ed..e407d35b 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -14,8 +14,8 @@ BUILDLAYOUT_DIR = $(cvs_root_dir)/packages include $(BUILDLAYOUT_DIR)/Makefile.buildlayout -# Generic x86 (tune for Pentium III, since that's most common these days) -OPT_CFLAGS += -mcpu=i586 -mtune=pentium3 +# compile for pentium4 so we can use SSE2 +OPT_CFLAGS += -march=pentium4 -msse2 -mfpmath=sse # these are sent to all of the various Makefiles so that they all copy their -- cgit v1.2.1