summaryrefslogtreecommitdiff
path: root/cross/i386-netbsdpe/DESCR
blob: e6c7b3d3c71afab046fe215f4400fd591ad93fdb (plain)
1
2
3
4
5
6
7
8
9
10
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.