From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 5A4D61F462 for ; Tue, 21 May 2019 20:40:43 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; q=dns; s=default; b=W6HT +dP75L9e1v6piVdlDMHbeC2cXHj6vvyzzZO7y57BEzoIov1YFhN0bw6NQnC1tM2+ J/uGRO0boqSWSOCTFnRNqu0PtXZieu+9fhWFocBu+G+PucXHeu76AsbcdMbAr9NZ iDw2o2zHdYHy87QiNuQCyohOZIVHn8WOEznieHo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; s=default; bh=PjHybMpx1u /pMyEqRjeWZtINsn8=; b=cyWZuckzYKiDHj5OMqRUDU5oOvjNMZL5san+GHR1yW aWJn5cgbVpkHlKMCti2mVZGKgjchJoCvvS0bNi6WIfWtZBfeDxzAVjXAoVHpr8hl cmgETWyE5fPmpjRyEASu5ZN31PWod7RU/LMoMT/2fLT/oUPDEB+Iv1+nSiYJACC5 g= Received: (qmail 125613 invoked by alias); 21 May 2019 20:40:41 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 125501 invoked by uid 89); 21 May 2019 20:40:40 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mailbackend.panix.com MIME-Version: 1.0 References: <87mujfmtqh.fsf@linux.ibm.com> In-Reply-To: <87mujfmtqh.fsf@linux.ibm.com> From: Zack Weinberg Date: Tue, 21 May 2019 16:40:26 -0400 Message-ID: Subject: Re: build-many-glibcs: powerpc-linux-gnu-soft configuration builds with hard float, link fails To: Tulio Magno Quites Machado Filho Cc: GNU C Library , Joseph Myers Content-Type: text/plain; charset="UTF-8" On Tue, May 21, 2019 at 4:35 PM Tulio Magno Quites Machado Filho wrote: > Zack Weinberg writes: > > > I'm seeing a build failure under build-many-glibcs for the > > powerpc-linux-gnu-soft configuration. The syndrome is that some (but > > not all) of the object files going into libc_pic.os are compiled with > > -mhard-float and so the final link of libc.so.6 blows up: > > Is this happening after you apply your patch? > > If so, please check if you removed the following line was removed from > sysdeps/powerpc/preconfigure: > > with_fp_cond="!defined __NO_FPRS__" Aha, yes, that might be the problem. I will restore that line, retest, and report back. zw