about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-10-25 01:44:57 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-10-25 01:44:57 +0000
commita3394f4a12db2bbbcd3ed806f2b89106f5f1c501 (patch)
tree0bf9ff153024f0b0151262241235e925f874df38 /GNUmakefile
parent2bb01f0150fad5b628d04dc92bb24f4b03fb62da (diff)
downloadnetpbm-mirror-a3394f4a12db2bbbcd3ed806f2b89106f5f1c501.tar.gz
netpbm-mirror-a3394f4a12db2bbbcd3ed806f2b89106f5f1c501.tar.xz
netpbm-mirror-a3394f4a12db2bbbcd3ed806f2b89106f5f1c501.zip
Change references to MMX to SSE to match actual code
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2025 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index eaf81976..035a8ed5 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -161,10 +161,10 @@ ifeq ($(HAVE_INT64),Y)
 else
 	echo "#define HAVE_INT64 0" >>$@
 endif	
-ifeq ($(WANT_MMX),Y)
-	echo "#define WANT_MMX 1" >>$@
+ifeq ($(WANT_SSE),Y)
+	echo "#define WANT_SSE 1" >>$@
 else
-	echo "#define WANT_MMX 0" >>$@
+	echo "#define WANT_SSE 0" >>$@
 endif	
 ifeq ($(DONT_HAVE_PROCESS_MGMT),Y)
 	echo "#define HAVE_FORK 0" >>$@