mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
The platform name is ARM not StrongARM.
Submitted by: cognet
This commit is contained in:
parent
38a1ab4173
commit
9c82c2e2b6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160575
@ -523,7 +523,7 @@
|
|||||||
/* The number of bytes in type int */
|
/* The number of bytes in type int */
|
||||||
#define SIZEOF_INT 4
|
#define SIZEOF_INT 4
|
||||||
|
|
||||||
#if defined(__i386__) || defined(__powerpc__) || defined(__strongarm__)
|
#if defined(__i386__) || defined(__powerpc__) || defined(__arm__)
|
||||||
/* The number of bytes in type long */
|
/* The number of bytes in type long */
|
||||||
# define SIZEOF_LONG SIZEOF_INT
|
# define SIZEOF_LONG SIZEOF_INT
|
||||||
#elif defined(__alpha__) || defined(__sparc64__) || defined(__ia64__) || defined(__amd64__)
|
#elif defined(__alpha__) || defined(__sparc64__) || defined(__ia64__) || defined(__amd64__)
|
||||||
|
Loading…
Reference in New Issue
Block a user