summaryrefslogtreecommitdiff
path: root/gcc/config.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-03-06 13:30:23 -0800
committerYamaArashi <shadow962@live.com>2016-03-06 13:31:31 -0800
commite91bc8b5058f55174ea1d7e967e4e9d38fd29cae (patch)
treebd02014c3d4f04ecdb1ff984bd4db82db403880c /gcc/config.h
parent1f01ff809a107816317c4ac8a7eff1cbd3700370 (diff)
get rid of HOST_BITS_PER_LONG
Diffstat (limited to 'gcc/config.h')
-rw-r--r--gcc/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config.h b/gcc/config.h
index f2a8a06..f9f6819 100644
--- a/gcc/config.h
+++ b/gcc/config.h
@@ -8,7 +8,5 @@
#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
+#include "arm/telf.h"