mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
Add amd64 settings.
Approved by: re (scottl)
This commit is contained in:
parent
991e6f718b
commit
203fc38a60
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114831
@ -65,6 +65,9 @@
|
||||
#ifdef __ia64__
|
||||
#define PTRDIFF_IS_LONG 1
|
||||
#define SIZEOF_IS_ULONG 1
|
||||
#elif __amd64__
|
||||
#define PTRDIFF_IS_LONG 1
|
||||
#define SIZEOF_IS_ULONG 1
|
||||
#elif __alpha__
|
||||
#define PTRDIFF_IS_LONG 1
|
||||
#define SIZEOF_IS_ULONG 1
|
||||
|
Loading…
Reference in New Issue
Block a user