From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: gcc-static: Remove -lgcc_s from GNU_USER_TARGET_LIB_SPEC Date: Wed, 07 Jan 2015 18:15:55 +0100 Message-ID: <87egr64ilw.fsf@gnu.org> References: <87lhln7mlk.fsf@netris.org> <87a9225o3z.fsf@netris.org> <8761cp6i17.fsf@netris.org> <871tnd6as5.fsf@netris.org> <87k314gael.fsf@gnu.org> <87mw5zyakn.fsf@netris.org> <87ppaq68af.fsf@gnu.org> <87vbki1v2i.fsf@netris.org> <87k30y1uca.fsf_-_@netris.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]:45304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8uDC-0001aF-Uj for guix-devel@gnu.org; Wed, 07 Jan 2015 12:16:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8uD7-00058e-Vc for guix-devel@gnu.org; Wed, 07 Jan 2015 12:16:02 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:59470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8uD7-00058Z-OC for guix-devel@gnu.org; Wed, 07 Jan 2015 12:15:57 -0500 In-Reply-To: <87k30y1uca.fsf_-_@netris.org> (Mark H. Weaver's message of "Wed, 07 Jan 2015 10:30:45 -0500") 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: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > Here's my proposed patch to fix our generated bootstrap gcc to not try > to link with the nonexistent -lgcc_s. I used this to create the current > set of 'armhf-linux' bootstrap tarballs and to bootstrap my initial > system (including 'emacs'). > > What do you think? I looks like the right thing to do at the moment. Can you apply it to core-updates? I=E2=80=99ll look at the other patches from wip-armhf that we can include. Thanks, Ludo=E2=80=99.