Allow the specification of LONG_TYPE_SIZE on the command line.
Submitted by: bde
This commit is contained in:
parent
28b73f7a82
commit
7dfe2c583e
@ -701,7 +701,9 @@ extern int ix86_arch;
|
||||
#define SHORT_TYPE_SIZE 16
|
||||
#define INT_TYPE_SIZE 32
|
||||
#define FLOAT_TYPE_SIZE 32
|
||||
#ifndef LONG_TYPE_SIZE
|
||||
#define LONG_TYPE_SIZE BITS_PER_WORD
|
||||
#endif
|
||||
#define MAX_WCHAR_TYPE_SIZE 32
|
||||
#define DOUBLE_TYPE_SIZE 64
|
||||
#define LONG_LONG_TYPE_SIZE 64
|
||||
|
Loading…
Reference in New Issue
Block a user