This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: Port maintainers: Convert WORDSIZE[32|64]/ld to abi-variants


On Thu, May 31, 2012 at 8:17 AM, Joseph S. Myers
<joseph@codesourcery.com> 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 = $(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. ?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.
>

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]