1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

The platform name is ARM not StrongARM.

Submitted by:	cognet
This commit is contained in:
David E. O'Brien 2006-07-22 14:12:02 +00:00
parent 38a1ab4173
commit 9c82c2e2b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160575

View File

@ -523,7 +523,7 @@
/* The number of bytes in type int */
#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 */
# define SIZEOF_LONG SIZEOF_INT
#elif defined(__alpha__) || defined(__sparc64__) || defined(__ia64__) || defined(__amd64__)