From b3bbe001ebdbf72da14d9c70aed7d2029351693f Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Mon, 25 Feb 2019 09:39:31 -0800 Subject: [PATCH 1/2] docs/Linuxbrew: Best-effort support for ARM64 (AArch64) --- docs/Linuxbrew.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Linuxbrew.md b/docs/Linuxbrew.md index 326bbdb514..c7a02071d4 100644 --- a/docs/Linuxbrew.md +++ b/docs/Linuxbrew.md @@ -61,9 +61,9 @@ sudo apt-get install build-essential curl file git sudo yum groupinstall 'Development Tools' && sudo yum install curl file git ``` -### Raspberry Pi +### ARM -Linuxbrew can run on Raspberry Pi (32-bit ARM), but no binary packages (bottles) are available. Support for Raspberry Pi is on a best-effort basis. Pull requests are welcome to improve the experience on Raspberry Pi. +Linuxbrew can run on 32-bit ARM (Raspberry Pi) and 64-bit ARM (AArch64), but no binary packages (bottles) are available. Support for ARM is on a best-effort basis. Pull requests are welcome to improve the experience on ARM and Raspberry Pi. ### 32-bit x86 From fa3b5d84e431ae57178277367cc9f93fc35563c9 Mon Sep 17 00:00:00 2001 From: "Izaak \"Zaak\" Beekman" Date: Mon, 25 Feb 2019 10:03:48 -0800 Subject: [PATCH 2/2] docs/Linuxbrew: Revise wording Co-Authored-By: sjackman --- docs/Linuxbrew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Linuxbrew.md b/docs/Linuxbrew.md index c7a02071d4..ff25c4fe32 100644 --- a/docs/Linuxbrew.md +++ b/docs/Linuxbrew.md @@ -63,7 +63,7 @@ sudo yum groupinstall 'Development Tools' && sudo yum install curl file git ### ARM -Linuxbrew can run on 32-bit ARM (Raspberry Pi) and 64-bit ARM (AArch64), but no binary packages (bottles) are available. Support for ARM is on a best-effort basis. Pull requests are welcome to improve the experience on ARM and Raspberry Pi. +Linuxbrew can run on 32-bit ARM (Raspberry Pi and others) and 64-bit ARM (AArch64), but no binary packages (bottles) are available. Support for ARM is on a best-effort basis. Pull requests are welcome to improve the experience on ARM platforms. ### 32-bit x86