From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26548 invoked by alias); 19 Nov 2008 18:27:20 -0000 Received: (qmail 26524 invoked by uid 22791); 19 Nov 2008 18:27:19 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 19 Nov 2008 18:26:27 +0000 Received: from wpaz1.hot.corp.google.com (wpaz1.hot.corp.google.com [172.24.198.65]) by smtp-out.google.com with ESMTP id mAJIQOOi012782; Wed, 19 Nov 2008 10:26:25 -0800 Received: from localhost.localdomain.google.com (dhcp-172-22-125-203.corp.google.com [172.22.125.203]) (authenticated bits=0) by wpaz1.hot.corp.google.com with ESMTP id mAJIQLxo011553 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 19 Nov 2008 10:26:22 -0800 To: Rainer Orth Cc: gcc-patches@gcc.gnu.org Subject: Re: 4.3/4.4 PATCH: Fix Solaris/x86 bootstrap with Sun ld (PR bootstrap/33100) References: <18671.26770.804364.445962@manam.TechFak.Uni-Bielefeld.DE> <18705.54181.858026.33670@manam.TechFak.Uni-Bielefeld.DE> <18724.19904.50430.479602@manam.TechFak.Uni-Bielefeld.DE> From: Ian Lance Taylor Date: Wed, 19 Nov 2008 19:27:00 -0000 In-Reply-To: <18724.19904.50430.479602@manam.TechFak.Uni-Bielefeld.DE> (Rainer Orth's message of "Wed\, 19 Nov 2008 18\:32\:48 +0100 \(MET\)") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2008-11/txt/msg01000.txt.bz2 Rainer Orth writes: > Tue Nov 18 20:19:32 2008 Rainer Orth > > gcc: > PR bootstrap/33100 > * config.gcc (i[34567]86-*-solaris2*): Don't include > i386/t-crtstuff here. > Move extra_parts, i386/t-sol2 in tmake_file to libgcc/config.host. > * config/i386/t-sol2: Move to libgcc/config/i386. > > libgcc: > PR bootstrap/33100 > * configure.ac (i?86-*-solaris2.1[0-9]*): Only include > i386/t-crtstuff if linker supports ZERO terminator unwind entries. > * configure: Regenerate. > * config.host (i[34567]86-*-solaris2*): Move i386/t-sol2 in > tmake_file here from config.gcc. > Move extra_parts here from config.gcc. > * config/i386/t-sol2: Move here from gcc/config/i386. > Use gcc_srcdir instead of srcdir. This is OK for mainline and 4.3 branch. Thanks. Ian