From mboxrd@z Thu Jan 1 00:00:00 1970 From: theodoros.for@openmailbox.org Subject: Re: [PATCH v2 0/4] Add GCC cross compiler for arm-none-eabi. Date: Tue, 11 Oct 2016 18:50:37 +0300 Message-ID: <700a34a9e723150ae21ed2a44d956506@openmailbox.org> References: <20160918063513.11027-1-rekado@elephly.net> <20160919202340.4122-1-theodoros.for@openmailbox.org> <87d1jp90l6.fsf@gnu.org> <878tubt5xd.fsf@mdc-berlin.de> <87oa2suldb.fsf@gmail.com> <87h98kf4gv.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btzKO-00065B-6z for guix-devel@gnu.org; Tue, 11 Oct 2016 11:50:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1btzKK-000099-75 for guix-devel@gnu.org; Tue, 11 Oct 2016 11:50:51 -0400 Received: from mail2.openmailbox.org ([62.4.1.33]:54370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btzKJ-00008M-UU for guix-devel@gnu.org; Tue, 11 Oct 2016 11:50:48 -0400 In-Reply-To: <87h98kf4gv.fsf@elephly.net> 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: Ricardo Wurmus Cc: guix-devel Hi Ricardo, >> diff --git a/gnu/packages/patches/gcc-6-arm-none-eabi-multilib.patch=20 >> 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=20 >> https://gcc.gnu.org/ml/gcc-patches/2012-05/msg00083/enable-with-multil= ib-list-for-arm.patch >> + >=20 > I=E2=80=99m not sure I understand what this patch does. Could you plea= se > provide an explanation why this patch is needed? We usually add short > explanations to the top of each patch. This patch enables the use of --with-multilib-list flag, when configuring gcc 6.2. It makes gcc-6 compatible with the configure-flags of gcc-arm-none-eabi-4.9.