From 7993d57c241645a75c46e36d891849d9315961f2 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 29 Jan 2013 14:03:32 +0000 Subject: [PATCH] Updated ARM architecture names per Leif's suggestion in http://www.open-mpi.org/community/lists/devel/2013/01/12015.php. This commit was SVN r27958. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index ff5bda1cc8..76c9a29b15 100644 --- a/README +++ b/README @@ -112,8 +112,8 @@ General notes (*) Be sure to read the Compiler Notes, below. - Other systems have been lightly (but not fully tested): - - ARM4, ARM5, ARM6, ARM7 (when using non-inline assembly; only ARM7 - is fully supported when -DOMPI_DISABLE_INLINE_ASM is used). + - ARMv4, ARMv5, ARMv6, ARMv7 (when using non-inline assembly; only + ARMv7 is fully supported when -DOMPI_DISABLE_INLINE_ASM is used). - Other 64 bit platforms (e.g., Linux on PPC64) - Microsoft Windows CCP (Microsoft Windows server 2003 and 2008); see the README.WINDOWS file.