public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [Bitcoin-development] Patch to UNIX makefile to remove -DFOURWAYSSE2
@ 2011-08-14 19:05 Venkatesh Srinivas
  2011-08-16 14:12 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Venkatesh Srinivas @ 2011-08-14 19:05 UTC (permalink / raw)
  To: bitcoin-development


[-- Attachment #1.1: Type: text/plain, Size: 58 bytes --]

-DFOURWAYSSE2 is an obsolete flag; lets remove it.

-- vs

[-- Attachment #1.2: 0001-Remove-DFOURWAYSSE2-flag-from-UNIX-makefile.patch --]
[-- Type: text/plain, Size: 665 bytes --]

From 136f8fbd449b7584b61451ac396ca921d5e731c2 Mon Sep 17 00:00:00 2001
From: Venkatesh Srinivas <me@endeavour•zapto.org>
Date: Sun, 14 Aug 2011 15:02:31 -0400
Subject: [PATCH] Remove -DFOURWAYSSE2 flag from UNIX makefile.

---
 src/makefile.unix |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/makefile.unix b/src/makefile.unix
index ba9d0ca..4c92797 100644
--- a/src/makefile.unix
+++ b/src/makefile.unix
@@ -10,7 +10,7 @@ WXLIBS=$(shell wx-config --libs)
 
 USE_UPNP:=0
 
-DEFS=-DNOPCH -DFOURWAYSSE2 -DUSE_SSL
+DEFS=-DNOPCH -DUSE_SSL
 
 # for boost 1.37, add -mt to the boost libraries
 LIBS= \
-- 
1.7.2.3


[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-16 14:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-14 19:05 [Bitcoin-development] Patch to UNIX makefile to remove -DFOURWAYSSE2 Venkatesh Srinivas
2011-08-16 14:12 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox