diff options
Diffstat (limited to 'gcc/config/ia64/xm-ia64.h')
-rw-r--r-- | gcc/config/ia64/xm-ia64.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/ia64/xm-ia64.h b/gcc/config/ia64/xm-ia64.h index 829d54a4f51..9a97799b9f1 100644 --- a/gcc/config/ia64/xm-ia64.h +++ b/gcc/config/ia64/xm-ia64.h @@ -23,8 +23,3 @@ Boston, MA 02111-1307, USA. */ #ifdef __BIG_ENDIAN__ #define HOST_WORDS_BIG_ENDIAN #endif - -/* ??? This depends on the as yet unimplemented ILP32 option. */ - -/* A C expression for the number of bits in `long' on the host machine. */ -#define HOST_BITS_PER_LONG 64 |