diff options
author | YamaArashi <shadow962@live.com> | 2016-02-18 06:51:16 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-18 06:51:16 -0800 |
commit | 7d46fa8f8f179c38d1ac777e72a381a46a3c5969 (patch) | |
tree | 1fbb14d250c3d49f6d36efbaf786390111e3dc05 /gcc/config.h | |
parent | 0c0db63ca2f851b53e8f32b381f3f613b597ccff (diff) |
delete xm-i386.h
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 |