From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH] gnu: boost: Update to 1.60.0 Date: Wed, 6 Jan 2016 08:49:07 -0600 Message-ID: <20160106084907.2db0aac3@PocketWee> References: <4a857e1ce13cf2f7377ec5f257ea1691@openmailbox.org> <87a8ojhuhc.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGpOr-0000ak-IH for guix-devel@gnu.org; Wed, 06 Jan 2016 09:49:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGpOn-0007Yp-4N for guix-devel@gnu.org; Wed, 06 Jan 2016 09:49:21 -0500 Received: from smtp18.openmailbox.org ([62.4.1.52]:52302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGpOm-0007YV-RS for guix-devel@gnu.org; Wed, 06 Jan 2016 09:49:17 -0500 In-Reply-To: <87a8ojhuhc.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Cc: Guix-devel On Wed, 06 Jan 2016 11:29:03 +0100 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > Eric Bavier skribis: > =20 > > diff --git a/gnu/packages/patches/boost-mips-avoid-m32.patch b/gnu/pack= ages/patches/boost-mips-avoid-m32.patch > > deleted file mode 100644 > > index 811c9fb..0000000 > > --- a/gnu/packages/patches/boost-mips-avoid-m32.patch > > +++ /dev/null > > @@ -1,15 +0,0 @@ > > -The following patch prevents the use of the -m32 flag on mips, where it > > -is not understood by gcc, as well as other non-x86 architectures. > > - > > -diff -u -r boost_1_58_0.orig/tools/build/src/tools/gcc.jam boost_1_58_= 0/tools/build/src/tools/gcc.jam > > ---- boost_1_58_0.orig/tools/build/src/tools/gcc.jam 2015-04-04 19:25:0= 7.000000000 +0200 > > -+++ boost_1_58_0/tools/build/src/tools/gcc.jam 2015-07-10 01:08:19.822= 733823 +0200 > > -@@ -451,7 +451,7 @@ > > - else > > - { > > - local arch =3D [ feature.get-values architecture : $(prop= erties) ] ; > > -- if $(arch) !=3D arm > > -+ if $(arch) =3D x86 >=20 > Do you know if this patch or something equivalent was applied upstream? >=20 > I guess we=E2=80=99ll have to wait for Hydra=E2=80=99s feedback on MIPS. Something similar has been incorporated upstream, so I think we should be OK on MIPS. `~Eric