From patchwork Thu Jul 14 21:14:10 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Uros Bizjak X-Patchwork-Id: 104725 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 4A551B6F62 for ; Fri, 15 Jul 2011 07:14:48 +1000 (EST) Received: (qmail 11615 invoked by alias); 14 Jul 2011 21:14:46 -0000 Received: (qmail 11607 invoked by uid 22791); 14 Jul 2011 21:14:45 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-pz0-f44.google.com (HELO mail-pz0-f44.google.com) (209.85.210.44) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Jul 2011 21:14:11 +0000 Received: by pzk5 with SMTP id 5so1090624pzk.17 for ; Thu, 14 Jul 2011 14:14:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.177.7 with SMTP id z7mr316201wfe.306.1310678050939; Thu, 14 Jul 2011 14:14:10 -0700 (PDT) Received: by 10.142.89.19 with HTTP; Thu, 14 Jul 2011 14:14:10 -0700 (PDT) In-Reply-To: References: <4E1B37C3.3030607@redhat.com> <4E1DD0D6.3040003@redhat.com> Date: Thu, 14 Jul 2011 23:14:10 +0200 Message-ID: Subject: Re: [build] Move crtfastmath to toplevel libgcc From: Uros Bizjak To: Rainer Orth Cc: Andreas Schwab , "H.J. Lu" , Richard Henderson , gcc-patches@gcc.gnu.org, Paolo Bonzini , Ian Lance Taylor , Steve Ellcey , Richard Sandiford , Eric Botcazou Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org On Thu, Jul 14, 2011 at 12:09 PM, Rainer Orth wrote: > Andreas Schwab writes: > >> Same on ia64: >> >> Configuration mismatch! >> Extra parts from gcc directory: crtbegin.o crtbeginS.o crtend.o crtendS.o >> Extra parts from libgcc: crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o Alpha needs the same fix. I need following patch to bootstrap the compiler: --cut here-- --cut here-- Uros. Index: gcc/config.gcc =================================================================== --- gcc/config.gcc (revision 176282) +++ gcc/config.gcc (working copy) @@ -757,6 +757,7 @@ extra_options="${extra_options} alpha/elf.opt" target_cpu_default="MASK_GAS" tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee alpha/t-linux" + extra_parts="$extra_parts crtfastmath.o" ;; alpha*-*-freebsd*) tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"