From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 5/6] gnu: gcc: Force Aarch64 to use /lib. Date: Tue, 14 Feb 2017 09:51:47 +0100 Message-ID: <87efz1xiho.fsf@gnu.org> References: <20170209184510.24200-1-efraim@flashner.co.il> <20170209184510.24200-6-efraim@flashner.co.il> <20170211170310.01bf8f47@scratchpost.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]:41647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdYq1-0000Qn-AO for guix-devel@gnu.org; Tue, 14 Feb 2017 03:51:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdYpy-0007g6-Ax for guix-devel@gnu.org; Tue, 14 Feb 2017 03:51:53 -0500 In-Reply-To: <20170211170310.01bf8f47@scratchpost.org> (Danny Milosavljevic's message of "Sat, 11 Feb 2017 17:03:10 +0100") 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: Danny Milosavljevic Cc: guix-devel@gnu.org Danny Milosavljevic skribis: >> + ;; Force Aarch64 libdir to be /lib and not /lib64 >> + (substitute* "gcc/config/aarch64/t-aarch64-linux" >> + (("lib64") "lib")) >> + > > I'd amend the comment to say why. I think we should just skip this patch. There=E2=80=99s no reason one architecture should be treated different from the others in that respect. WDYT, Efraim? Ludo=E2=80=99.