Received: by mail.netbsd.org (Postfix, from userid 605) id 5628485F20; Thu, 31 Mar 2016 15:06:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D6D3D85F1F for ; Thu, 31 Mar 2016 15:06:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id sYfAd4Rj5y28 for ; Thu, 31 Mar 2016 15:06:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 82A9D84CE8 for ; Thu, 31 Mar 2016 15:06:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D4DCFBBA; Thu, 31 Mar 2016 15:06:39 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 31 Mar 2016 15:06:39 +0000 From: "Martin Husemann" Subject: CVS commit: src/external/gpl3/gcc.old/lib/libgcc/libgcc To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20160331150639.7D4DCFBBA@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: martin Date: Thu Mar 31 15:06:39 UTC 2016 Modified Files: src/external/gpl3/gcc.old/lib/libgcc/libgcc: Makefile Log Message: "Extended version" of the "mips64 hack" used in gcc 5.3's libgcc.a build: avoid lots of duplicate symbols on softfloat builds. Now mac68k is buildable with MKSOFTFLOAT=yes again, finally! To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc.old/lib/libgcc/libgcc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.