summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2006-07-22 14:12:02 +0000
committerobrien <obrien@FreeBSD.org>2006-07-22 14:12:02 +0000
commitdbb7ecef219c373c732ef87b652ee63016a32959 (patch)
tree689e9c6fb96350012095a33bb3659610d76521fc /gnu
parentff2ff54f218026085798921c9a890e3e80315568 (diff)
downloadFreeBSD-src-dbb7ecef219c373c732ef87b652ee63016a32959.zip
FreeBSD-src-dbb7ecef219c373c732ef87b652ee63016a32959.tar.gz
The platform name is ARM not StrongARM.
Submitted by: cognet
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/auto-host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h
index 5470788..dabfa93 100644
--- a/gnu/usr.bin/cc/cc_tools/auto-host.h
+++ b/gnu/usr.bin/cc/cc_tools/auto-host.h
@@ -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__)
OpenPOWER on IntegriCloud