From 9c82c2e2b6cc393093caa04d13f925f38c5ceb3e Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 22 Jul 2006 14:12:02 +0000 Subject: The platform name is ARM not StrongARM. Submitted by: cognet --- gnu/usr.bin/cc/cc_tools/auto-host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h index 5470788543ab..dabfa9317b75 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__) -- cgit v1.3