diff options
Diffstat (limited to 'gcc/config.h')
-rw-r--r-- | gcc/config.h | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/gcc/config.h b/gcc/config.h index eb43651..f2a8a06 100644 --- a/gcc/config.h +++ b/gcc/config.h @@ -1,12 +1,14 @@ #include "gansidecl.h" -#include "i386/xm-i386.h" -#include "arm/telf.h" -#ifndef HAVE_ATEXIT -#define HAVE_ATEXIT -#endif -#ifndef POSIX -#define POSIX -#endif -#ifndef BSTRING -#define BSTRING -#endif + +/* #defines that need visibility everywhere. */ +#define FALSE 0 +#define TRUE 1 + +/* This describes the machine the compiler is hosted on. */ +#define HOST_BITS_PER_CHAR 8 +#define HOST_BITS_PER_SHORT 16 +#define HOST_BITS_PER_INT 32 +#define HOST_BITS_PER_LONG 32 +#define HOST_BITS_PER_LONGLONG 64 + +#include "arm/telf.h"
\ No newline at end of file |