aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2006-07-22 14:12:02 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2006-07-22 14:12:02 +0000
commit9c82c2e2b6cc393093caa04d13f925f38c5ceb3e (patch)
tree689e9c6fb96350012095a33bb3659610d76521fc /gnu
parent38a1ab4173a16982dfd884542e1b56736cb1f850 (diff)
Notes
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 5470788543ab3..dabfa9317b757 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__)