From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: avr-gcc Date: Fri, 20 Nov 2015 15:20:26 +0100 Message-ID: <87ziy8g3bp.fsf@gnu.org> References: <87wptgmyv1.fsf@elephly.net> <87twoks459.fsf@gnu.org> <87a8qbr2mb.fsf@gnu.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]:51186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzmYC-0005sg-Id for guix-devel@gnu.org; Fri, 20 Nov 2015 09:20:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzmY9-0006NC-Fq for guix-devel@gnu.org; Fri, 20 Nov 2015 09:20:32 -0500 In-Reply-To: (David Thompson's message of "Wed, 18 Nov 2015 20:54:23 -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: "Thompson, David" Cc: "guix-devel@gnu.org" "Thompson, David" skribis: > Not quite. The avr-gcc build only provides a single version of > libgcc.a, whereas Debian's avr-gcc provides a separate libgcc.a for > each supported AVR family (avr2, avr3, avr35, etc.) Mark thought it > might be the fault of the --disable-multilib configure flag, so I > removed it but it didn't solve anything. I'm not sure what to do now. > I have no idea what flag or patch could be signalling to the gcc build > system that it shouldn't try to compile libraries for all of the > various AVR models. Are you sure the removal of --disable-multilib was effective? Otherwise no specific idea. :-/ We=E2=80=99ll have to thoroughly study the (avr-)gcc doc. Ludo=E2=80=99.