From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH v2 2/4] gnu: Add arm-none-eabi-gcc-6 and patches. Date: Mon, 10 Oct 2016 22:22:58 +0200 Message-ID: <87fuo4eyxp.fsf@mdc-berlin.de> References: <20160918063513.11027-1-rekado@elephly.net> <20160919202340.4122-1-theodoros.for@openmailbox.org> <20160919202340.4122-3-theodoros.for@openmailbox.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]:51185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bth6Q-00069S-Bz for guix-devel@gnu.org; Mon, 10 Oct 2016 16:23:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bth6M-0007js-5z for guix-devel@gnu.org; Mon, 10 Oct 2016 16:23:13 -0400 Received: from venus.bbbm.mdc-berlin.de ([141.80.25.30]:57834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bth6L-0007iY-RH for guix-devel@gnu.org; Mon, 10 Oct 2016 16:23:10 -0400 In-Reply-To: <20160919202340.4122-3-theodoros.for@openmailbox.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" To: Theodoros Foradis Cc: guix-devel@gnu.org Hi Theodoros, > * gnu/packages/embedded.scm (gcc-arm-none-eabi-6): New variable. > * gnu/packages/patches/gcc-arm-none-eabi-multilib.patch : New file. > * gnu/packages/patches/gcc-6-cross-environment-variables.patch : New fi= le. [=E2=80=A6] > diff --git a/gnu/packages/patches/gcc-6-arm-none-eabi-multilib.patch b/= gnu/packages/patches/gcc-6-arm-none-eabi-multilib.patch > new file mode 100644 > index 0000000..442f52b > --- /dev/null > +++ b/gnu/packages/patches/gcc-6-arm-none-eabi-multilib.patch > @@ -0,0 +1,201 @@ > +From Anatol Pomozov > +Taken from Arch Linux arm-none-eabi-gcc package. > + > +Modified version of ARM patch https://gcc.gnu.org/ml/gcc-patches/2012-= 05/msg00083/enable-with-multilib-list-for-arm.patch > + I=E2=80=99m not sure I understand what this patch does. Could you please provide an explanation why this patch is needed? We usually add short explanations to the top of each patch. (No need to resend the patch set; I can add it myself.) Thanks! ~~ Ricardo