This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Define wordsize.h macros everywhere
- From: Joseph Myers <joseph at codesourcery dot com>
- To: Steve Ellcey <sellcey at caviumnetworks dot com>
- Cc: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>, <libc-alpha at sourceware dot org>
- Date: Thu, 10 Nov 2016 14:28:31 +0000
- Subject: Re: [PATCH] Define wordsize.h macros everywhere
- Authentication-results: sourceware.org; auth=none
- References: <1477670840.2891.6.camel@caviumnetworks.com> <1478205681.4630.15.camel@caviumnetworks.com>
I see errors in tilepro-linux-gnu builds with this patch:
../sysdeps/generic/stdint.h:252:7: error: "__WORDSIZE32_PTRDIFF_LONG" is not defined [-Werror=undef]
# if __WORDSIZE32_PTRDIFF_LONG
^~~~~~~~~~~~~~~~~~~~~~~~~
../sysdeps/generic/stdint.h:269:7: error: "__WORDSIZE32_SIZE_ULONG" is not defined [-Werror=undef]
# if __WORDSIZE32_SIZE_ULONG
^~~~~~~~~~~~~~~~~~~~~~~
--
Joseph S. Myers
joseph@codesourcery.com