diff options
Diffstat (limited to 'cross/i386-netbsdpe/DESCR')
-rw-r--r-- | cross/i386-netbsdpe/DESCR | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cross/i386-netbsdpe/DESCR b/cross/i386-netbsdpe/DESCR new file mode 100644 index 00000000000..e6c7b3d3c71 --- /dev/null +++ b/cross/i386-netbsdpe/DESCR @@ -0,0 +1,11 @@ +This cross-compile environment is for PE/COFF NetBSD/i386, and +it is based on gcc-2.95.2 + the x86-win32 patch. + +The preprocessor predefines following symbols: + * i386 _X86 + * __PEACE__ + * __CYGWIN32__ + * __NetBSD__ __PECOFF__ __NetBSDPE__ (if -mwindows is not specified) + * _WIN32 WINNT (if -mwindows is specified) + +The compiler is capable of anonymous unions/structs. |