From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH 5/6] gnu: gcc: Force Aarch64 to use /lib. Date: Sat, 11 Feb 2017 17:03:10 +0100 Message-ID: <20170211170310.01bf8f47@scratchpost.org> References: <20170209184510.24200-1-efraim@flashner.co.il> <20170209184510.24200-6-efraim@flashner.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cca8y-00024x-Es for guix-devel@gnu.org; Sat, 11 Feb 2017 11:03:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cca8u-0002wT-Gp for guix-devel@gnu.org; Sat, 11 Feb 2017 11:03:24 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:38910) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cca8u-0002vQ-AN for guix-devel@gnu.org; Sat, 11 Feb 2017 11:03:20 -0500 In-Reply-To: <20170209184510.24200-6-efraim@flashner.co.il> 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: Efraim Flashner Cc: guix-devel@gnu.org > + ;; 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.