From owner-cvs-src-old@FreeBSD.ORG Fri Nov 12 15:53:20 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 234E11065695 for ; Fri, 12 Nov 2010 15:53:20 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0F7A88FC12 for ; Fri, 12 Nov 2010 15:53:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oACFrJjM063833 for ; Fri, 12 Nov 2010 15:53:19 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oACFrJd1063832 for cvs-src-old@freebsd.org; Fri, 12 Nov 2010 15:53:19 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <201011121553.oACFrJd1063832@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Fri, 12 Nov 2010 15:52:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/lib/libgcc Makefile src/lib/libcompiler_rt Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 15:53:20 -0000 ed 2010-11-12 15:52:27 UTC FreeBSD src repository Modified files: gnu/lib/libgcc Makefile lib/libcompiler_rt Makefile Log: SVN rev 215185 on 2010-11-12 15:52:27Z by ed Revert to libgcc for sparc64. I've had a report of a sparc64 system where cc1 generates illegal instructions. We still have to diagnose this properly, but instead of hosing all sparc64 boxes out there, fall back to libgcc to prevent more damage. Reported by: Florian Smeets Revision Changes Path 1.75 +4 -0 src/gnu/lib/libgcc/Makefile 1.3 +5 -3 src/lib/libcompiler_rt/Makefile