This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: Time to drop fixinc.svr4?


>>>>> "Bruce" == Bruce Korb <bkorb@cruzio.com> writes:

    Bruce> Mark Mitchell wrote:
    >> I also don't know why we run fixincludes for i686-pc-linux-gnu,
    >> but not (say) Alpha GNU/Linux or PowerPC GNU/Linux -- but I
    >> don't have one of these systems, so I have no idea what happens
    >> there...

    Bruce> Because there were some IA32 problems with Linux that
    Bruce> necessitated fixing the headers.

Well, they may now hit the wchar_t thing.  At least on IA32 GNU/Linux,
we have:

  #ifdef _XOPEN_SOURCE_EXTENDED
  #ifndef _WCHAR_T
  typedef unsigned long wchar_t;
  #endif /* _WCHAR_T */

in curses.h.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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