1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192]
helo=mx.sourceforge.net)
by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
(envelope-from <me@acm.jhu.edu>) id 1QsgG4-0000ka-K6
for bitcoin-development@lists.sourceforge.net;
Sun, 14 Aug 2011 19:22:04 +0000
X-ACL-Warn:
Received: from batman.acm.jhu.edu ([128.220.251.35])
by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256)
(Exim 4.76) id 1QsgFz-0000Nd-Qd
for bitcoin-development@lists.sourceforge.net;
Sun, 14 Aug 2011 19:22:04 +0000
Received: from batman.acm.jhu.edu (localhost.localdomain [127.0.0.1])
by batman.acm.jhu.edu (Postfix) with ESMTP id AC0A82057358
for <bitcoin-development@lists.sourceforge.net>;
Sun, 14 Aug 2011 15:05:09 -0400 (EDT)
Received: by batman.acm.jhu.edu (Postfix, from userid 1003)
id E463D2057354; Sun, 14 Aug 2011 15:05:07 -0400 (EDT)
Date: Sun, 14 Aug 2011 15:05:07 -0400
From: Venkatesh Srinivas <me@endeavour.zapto.org>
To: bitcoin-development@lists.sourceforge.net
Message-ID: <20110814190506.GA13383@centaur.acm.jhu.edu>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha256;
protocol="application/pgp-signature"; boundary="zx4FCpZtqtKETZ7O"
Content-Disposition: inline
User-Agent: Mutt/1.5.20 (2009-08-17)
X-Virus-Scanned: ClamAV using ClamSMTP
X-Spam-Score: -1.1 (-)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
See http://spamassassin.org/tag/ for more details.
-1.1 RP_MATCHES_RCVD Envelope sender domain matches handover relay
domain
X-Headers-End: 1QsgFz-0000Nd-Qd
Subject: [Bitcoin-development] Patch to UNIX makefile to remove -DFOURWAYSSE2
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Sun, 14 Aug 2011 19:22:04 -0000
--zx4FCpZtqtKETZ7O
Content-Type: multipart/mixed; boundary="ew6BAiZeqk4r7MaW"
Content-Disposition: inline
--ew6BAiZeqk4r7MaW
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Disposition: inline
-DFOURWAYSSE2 is an obsolete flag; lets remove it.
-- vs
--ew6BAiZeqk4r7MaW
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment;
filename="0001-Remove-DFOURWAYSSE2-flag-from-UNIX-makefile.patch"
Content-Transfer-Encoding: quoted-printable
=46rom 136f8fbd449b7584b61451ac396ca921d5e731c2 Mon Sep 17 00:00:00 2001
=46rom: 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=3D$(shell wx-config --libs)
=20
USE_UPNP:=3D0
=20
-DEFS=3D-DNOPCH -DFOURWAYSSE2 -DUSE_SSL
+DEFS=3D-DNOPCH -DUSE_SSL
=20
# for boost 1.37, add -mt to the boost libraries
LIBS=3D \
--=20
1.7.2.3
--ew6BAiZeqk4r7MaW--
--zx4FCpZtqtKETZ7O
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEAREIAAYFAk5IHGIACgkQ+zApffxCWtB/TACfT+7Fl3L0d0GShPJXcVITzOoe
zNIAn3bJzhFXxIj/TFRJspm0sgw7I6i1
=lVJ4
-----END PGP SIGNATURE-----
--zx4FCpZtqtKETZ7O--
|