add directory gnu
This commit is contained in:
14
gnu/gcc/gcc-2.2.2/config/ultrix.h
Normal file
14
gnu/gcc/gcc-2.2.2/config/ultrix.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "vax.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
#define CPP_PREDEFINES " -Dvax -Dunix -Dultrix -Dbsd4_2 -D__vax -D__unix -D__ultrix -D__bsd4_2"
|
||||
|
||||
/* By default, allow $ to be part of an identifier. */
|
||||
#define DOLLARS_IN_IDENTIFIERS 1
|
||||
|
||||
/* 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
|
||||
Reference in New Issue
Block a user