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 6AD161F462 for ; Wed, 22 May 2019 14:16:35 +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=Oy9d uv7ghwHCTEqi+kfn9YJ5YoqazjRvv3M9nVaSgjOML3du+kiMIV9fD0idGjs7mGqb ZQl+Fl/R8EpSA4bUtcKRh2L9G0lcS/SaAxxsNruMAtSOlObRiAOCztQDEQMNbJRR 5VxBqQoO8rIY1Zq+GbUd+FCCTPUZRzSSlv7fkug= 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=4V3ydsnSzW vUOFXtp62Ue7GmTQM=; b=twUmWOPGoekMmjKJWngge4lirm/tmi24kkb7J6ctnl PfqT/LEj18jWFpbSe0J3gs1uXGC8CtBXr+GfRa9TweUEZP4O3XJd2svCuKn20ZIC TkupyspT7HMj0IhtWWk8zfgDnrHlaaLy9G8KJwSTPA9O6wBpAlf+aGNw6sHrQUHo 4= Received: (qmail 40802 invoked by alias); 22 May 2019 14:16:33 -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 40684 invoked by uid 89); 22 May 2019 14:16:33 -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: From: Zack Weinberg Date: Wed, 22 May 2019 10:16:18 -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:40 PM Zack Weinberg wrote: > 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. This was indeed the problem. I have posted a revised patch for the removal of the SPE subarchitecture from glibc. Tulio, you may get two copies because I fat-fingered the git send-email operation, sorry about that. zw