From 98dd6d7712acdefb9179743564ee546339da9519 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 7 Apr 2014 23:46:08 +0300 Subject: [PATCH] README: Be specific that ARMv7 Linux is supported. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52fd2f9c09..0fc5c4c1f1 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The Unix version The "unix" port requires a standard Unix environment with gcc and GNU make. x86 and x64 architectures are supported (i.e. x86 32- and 64-bit), as well -as ARM. Porting to other architectures require writing some assembly code +as ARMv7. Porting to other architectures require writing some assembly code for the exception handling. To build: