From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10004 invoked by alias); 31 May 2012 15:17:21 -0000 Received: (qmail 9970 invoked by uid 22791); 31 May 2012 15:17:17 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,TW_FN X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 31 May 2012 15:17:05 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=EU1-MAIL.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1Sa77X-0004cv-G8 from joseph_myers@mentor.com ; Thu, 31 May 2012 08:17:03 -0700 Received: from digraph.polyomino.org.uk ([172.16.63.104]) by EU1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 31 May 2012 16:17:01 +0100 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.74) (envelope-from ) id 1Sa77U-0002wn-Ks; Thu, 31 May 2012 15:17:00 +0000 Date: Thu, 31 May 2012 15:17:00 -0000 From: "Joseph S. Myers" To: "H.J. Lu" cc: GNU C Library , libc-ports@sourceware.org, Thomas Schwinge , Kaz Kojima , Andreas Krebbel , David Miller Subject: Re: RFA: Port maintainers: Convert WORDSIZE[32|64]/ld to abi-variants In-Reply-To: Message-ID: References: <20120526133641.GA9655@intel.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00213.txt.bz2 HJ, I don't see how default-abi gets set for powerpc, s390 or sparc - I think you're missing appropriate settings in six sysdeps makefiles for those. The setting in Makeconfig ifdef abi-variants ifndef default-abi default-abi = $(firstword $(abi-variants)) endif endif isn't going to be effective - Makerules includes $(sysdep-makefiles) *after* it includes Makeconfig, so abi-variants won't be set at that point. And it would be wrong for half the ABIs if it was effective. I see a file "stubs-.h" installed on powerpc because of this. -- Joseph S. Myers joseph@codesourcery.com