From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15752 invoked by alias); 31 May 2012 15:32:01 -0000 Received: (qmail 15730 invoked by uid 22791); 31 May 2012 15:32:00 -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-bk0-f41.google.com (HELO mail-bk0-f41.google.com) (209.85.214.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 31 May 2012 15:31:47 +0000 Received: by bkcjm19 with SMTP id jm19so1153913bkc.0 for ; Thu, 31 May 2012 08:31:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.130.194 with SMTP id u2mr1821652bks.2.1338478305900; Thu, 31 May 2012 08:31:45 -0700 (PDT) Received: by 10.204.51.2 with HTTP; Thu, 31 May 2012 08:31:44 -0700 (PDT) In-Reply-To: References: <20120526133641.GA9655@intel.com> Date: Thu, 31 May 2012 15:32: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-05/txt/msg00214.txt.bz2 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. But I don't know them well enough to add it myself. > > isn't going to be effective - Makerules includes $(sysdep-makefiles) > *after* it includes Makeconfig, so abi-variants won't be set at that > point. =A0And it would be wrong for half the ABIs if it was effective. > > I see a file "stubs-.h" installed on powerpc because of this. > --=20 H.J.