From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24601 invoked by alias); 1 Jun 2012 14:21:16 -0000 Received: (qmail 24581 invoked by uid 22791); 1 Jun 2012 14:21:15 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_FN X-Spam-Check-By: sourceware.org Received: from mail-qc0-f169.google.com (HELO mail-qc0-f169.google.com) (209.85.216.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Jun 2012 14:21:02 +0000 Received: by qcsd16 with SMTP id d16so1348464qcs.0 for ; Fri, 01 Jun 2012 07:21:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.188.140 with SMTP id da12mr4439385qab.42.1338560461471; Fri, 01 Jun 2012 07:21:01 -0700 (PDT) Received: by 10.229.192.129 with HTTP; Fri, 1 Jun 2012 07:21:01 -0700 (PDT) In-Reply-To: References: <20120526133641.GA9655@intel.com> Date: Fri, 01 Jun 2012 14:21:00 -0000 Message-ID: Subject: Re: RFA: Port maintainers: Convert WORDSIZE[32|64]/ld to abi-variants From: "H.J. Lu" To: "Joseph S. Myers" Cc: GNU C Library , libc-ports@sourceware.org, Thomas Schwinge , Kaz Kojima , Andreas Krebbel , David Miller Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-06/txt/msg00001.txt.bz2 On Fri, Jun 1, 2012 at 7:06 AM, Joseph S. Myers w= rote: > On Thu, 31 May 2012, H.J. Lu wrote: > >> On Thu, May 31, 2012 at 8:17 AM, Joseph S. Myers >> wrote: >> > 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 =3D $(firstword $(abi-variants)) >> > endif >> > endif >> >> This should be removed then and powerpc, s390 or sparc >> should define default-abi. =A0But I don't know them well enough >> to add it myself. > > Here is the (untested) patch I propose to add the default-abi definitions > so that these architectures again install the correct stubs-.h > instead of "stubs-.h". > Can you also remove ifdef abi-variants ifndef default-abi default-abi =3D $(firstword $(abi-variants)) endif endif in Makeconfig? Thanks. --=20 H.J.