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 ) 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 ; 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 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: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 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--