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: egcs patches for BSD/OS 4.0


>>>>> Shigeya Suzuki <shigeya@foretune.co.jp> writes:

 > 4. patch to libio/gen-params. I'm using gcc 2.7.2.1 (comes with
 >    BSD/OS), and libio can't build without this patch on BSD/OS, since
 >    _G_u?llong is not decleared for gcc 2.7.x.

This doesn't make sense; libio should only be built with the new compiler.
If it's trying to use your installed compiler, something's wrong with the
configuration code.

 > 5. patches in libio/isscan.cc, etc. to use _IO_va_list not va_list
 >    I don't know why this happend. I compile only C and C++ with
 >    LANGUAGES="c c++". does this cause libio NOT to be built with the
 >    egcs gcc just built?

This is probably related to the above problem.

Jason


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