From 0376319a937a6d2aed9e9cc111aec48774fbe592 Mon Sep 17 00:00:00 2001 From: "G.E." Date: Mon, 15 Apr 2024 11:07:45 +0300 Subject: [PATCH] tiny edit to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1baeaac8..f6a10fca 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ export CC="/usr/local/bin/gcc" export CXX="/usr/local/bin/g++" ``` -A further note in FreeBSD, on the PowerPC platform, for some reason, +A further note in FreeBSD, on the PowerPC and ARM platforms, the gcc12 package installs to a slightly different name, on FreeBSD/ppc, gcc12 will be found using: ```