mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
also added note for CC/CXX vars in fbsd/ppc which are different.
This commit is contained in:
parent
17c78ff23c
commit
dc371fb682
@ -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.
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user