1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

Allow the specification of LONG_TYPE_SIZE on the command line.

Submitted by:	bde
This commit is contained in:
David E. O'Brien 2002-06-06 03:39:03 +00:00
parent 670fd7ad58
commit 0d68a433ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97912

View File

@ -701,7 +701,9 @@ extern int ix86_arch;
#define SHORT_TYPE_SIZE 16 #define SHORT_TYPE_SIZE 16
#define INT_TYPE_SIZE 32 #define INT_TYPE_SIZE 32
#define FLOAT_TYPE_SIZE 32 #define FLOAT_TYPE_SIZE 32
#ifndef LONG_TYPE_SIZE
#define LONG_TYPE_SIZE BITS_PER_WORD #define LONG_TYPE_SIZE BITS_PER_WORD
#endif
#define MAX_WCHAR_TYPE_SIZE 32 #define MAX_WCHAR_TYPE_SIZE 32
#define DOUBLE_TYPE_SIZE 64 #define DOUBLE_TYPE_SIZE 64
#define LONG_LONG_TYPE_SIZE 64 #define LONG_LONG_TYPE_SIZE 64