tiny edit to readme

This commit is contained in:
G.E. 2024-04-15 11:07:45 +03:00
parent d0b39914df
commit 0376319a93

View File

@ -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:
```