public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
From: Venkatesh Srinivas <me@endeavour•zapto.org>
To: bitcoin-development@lists•sourceforge.net
Subject: [Bitcoin-development] Patch to UNIX makefile to remove -DFOURWAYSSE2
Date: Sun, 14 Aug 2011 15:05:07 -0400	[thread overview]
Message-ID: <20110814190506.GA13383@centaur.acm.jhu.edu> (raw)


[-- 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 --]

             reply	other threads:[~2011-08-14 19:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-14 19:05 Venkatesh Srinivas [this message]
2011-08-16 14:12 ` Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110814190506.GA13383@centaur.acm.jhu.edu \
    --to=me@endeavour$(echo .)zapto.org \
    --cc=bitcoin-development@lists$(echo .)sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox