This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch] Fix obsolete autoconf macros in configure.ac
- From: Steve Ellcey <sellcey at mips dot com>
- To: Richard Biener <richard dot guenther at gmail dot com>
- Cc: Andreas Schwab <schwab at linux-m68k dot org>, Rainer Orth <ro at cebitec dot uni-bielefeld dot de>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 24 Apr 2014 10:11:04 -0700
- Subject: Re: [Patch] Fix obsolete autoconf macros in configure.ac
- Authentication-results: sourceware.org; auth=none
- References: <c2056f21-f4f5-4719-a540-881cd78d219b at BAMAIL02 dot ba dot imgtec dot org> <87bnvsroci dot fsf at igel dot home> <1398276355 dot 2803 dot 63 dot camel at ubuntu-sellcey> <CAFiYyc2n_tDvfTf_BeNZ_R5bzO82S6gDZfKdnMw15c-CgkFUGg at mail dot gmail dot com>
On Thu, 2014-04-24 at 10:23 +0200, Richard Biener wrote:
> >> > +AC_CHECK_TYPES([ssize_t])
> >> > +AC_CHECK_TYPES([caddr_t])
> >
> > But I am not sure what header file this code would go in.
>
> In system.h.
>
> > Steve Ellcey
FYI: I ran into problems defining ssize_t and caddr_t in system.h
because it was causing more typedef conflicts during the build. I have
come up with a new fix for my mingw build problem and submitted that new
patch to gcc-patches.
http://gcc.gnu.org/ml/gcc-patches/2014-04/msg01577.html
Steve Ellcey
sellcey@mips.com