From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105191 invoked by alias); 10 Nov 2016 14:28:52 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 105177 invoked by uid 89); 10 Nov 2016 14:28:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com Date: Thu, 10 Nov 2016 14:28:00 -0000 From: Joseph Myers To: Steve Ellcey CC: Adhemerval Zanella , Subject: Re: [PATCH] Define wordsize.h macros everywhere In-Reply-To: <1478205681.4630.15.camel@caviumnetworks.com> Message-ID: References: <1477670840.2891.6.camel@caviumnetworks.com> <1478205681.4630.15.camel@caviumnetworks.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-SW-Source: 2016-11/txt/msg00395.txt.bz2 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