I have Raspberry Pi 3 Model B with https://github.com/sakaki-/gentoo-on-rpi3-64bit image installed on it.
By default there is gcc-8.2.0-r3 pre-installed already, but I have installed gcc-5.4.0-r4 and selected it as default beacause of my C++ app that I need to compile.
Code: Select all
gcc-config --list-profiles
[1] aarch64-unknown-linux-gnu-5.4.0 *
[2] aarch64-unknown-linux-gnu-8.2.0
Thanks in advance to everyone for suggestions.



