--- supported-platforms.mdwn 2010/11/16 03:40:14 1.30 +++ supported-platforms.mdwn 2011/01/12 00:22:07 1.31 @@ -65,12 +65,34 @@ The necessary header changes are integrated starting MirBSD #10. It is, however, not possible yet to compile MirBSD itself with pcc; using it as ports compiler is planned. - - __NetBSD-current (i386/mips/arm/powerpc)__ *(i386 stable, mips/arm/powerpc experimental)* + - __NetBSD-current (i386/amd64/mips/arm/powerpc)__ *(i386 and amd64 stable, mips/arm/powerpc experimental)* - NetBSD 5.0 should contain support for PCC to build applications. + NetBSD-current should contain support for PCC to build applications. Currently it is not possible to build the complete NetBSD operating system with build.sh using PCC. + - __NetBSD 5.0 (i386/amd64)__ + + If you include signal.h in your programs, NetBSD 5.0.x needs at least the following change: + + --- signal-orig.h 2011-01-11 16:08:46.000000000 -0800 + +++ signal.h 2011-01-11 16:08:11.000000000 -0800 + @@ -101,7 +101,11 @@ + #endif + + #ifndef _SIGINLINE + +#if defined(__GNUC__)&& !defined(__GNUC_STDC_INLINE__) + #define _SIGINLINE extern __inline + +#else + +#define _SIGINLINE __inline + +#endif + #endif + + _SIGINLINE int + + + This should be fixed in more recent releases. + - __NetBSD 4.0 (i386/mips/arm/powerpc)__ NetBSD 4.0 needs at least this change:
Powered by rcshistory.cgi 0.3