]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
also added note for CC/CXX vars in fbsd/ppc which are different.
authorisildur-g <gregory.economou@vectorcamp.gr>
Wed, 27 Mar 2024 14:35:21 +0000 (16:35 +0200)
committerisildur-g <gregory.economou@vectorcamp.gr>
Wed, 27 Mar 2024 14:35:21 +0000 (16:35 +0200)
README.md

index 717888e0be7762eb7964cc960e0030a1c794701b..f162203090eb6f363dc6d499ba532b4bb221c4e3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -146,6 +146,15 @@ export CC="/usr/local/bin/gcc"
 export CXX="/usr/local/bin/g++"
 ```
 
+A further note in FreeBSD, on the PowerPC platform, for some reason,
+the gcc12 package installs to a slightly different name, on FreeBSD/ppc, 
+gcc12 will be found using: 
+```
+export CC="/usr/local/bin/gcc12"
+export CXX="/usr/local/bin/g++12"
+```
+
+
 Then continue with the build as below.