mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Allow the specification of LONG_TYPE_SIZE on the command line.
Submitted by: bde
This commit is contained in:
parent
670fd7ad58
commit
0d68a433ae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97912
@ -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