diff options
Diffstat (limited to 'gcc/config/vax/ultrix.h')
-rwxr-xr-x | gcc/config/vax/ultrix.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/config/vax/ultrix.h b/gcc/config/vax/ultrix.h new file mode 100755 index 0000000..3a14419 --- /dev/null +++ b/gcc/config/vax/ultrix.h @@ -0,0 +1,12 @@ +#undef CPP_PREDEFINES +#define CPP_PREDEFINES " -Dvax -Dunix -Dultrix -Dbsd4_2 -D__vax -D__unix -D__ultrix -D__bsd4_2 -Asystem(unix) -Asystem(bsd) -Acpu(vax) -Amachine(vax)" + +/* These are as defined in /usr/include/sys/stdtypes.h. + These values are for ultrix 4.2 on the vax. */ +#define SIZE_TYPE "unsigned int" +#define PTRDIFF_TYPE "int" +#define WCHAR_TYPE "unsigned int" +#define WCHAR_TYPE_SIZE 32 + +/* True for Ultrix 4.3 and later and possibly earlier. */ +#define HAVE_ATEXIT |