Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first
Make RetroPie-Setup obey $CC and $CXX
-
On my PC, Retropie Setup just seems to force everything to use gcc when i have the CC and CXX set to something else
export CCACHE_PREFIX="distcc" export CC="ccache x86_64-linux-gnu-gcc" CXX="ccache x86_64-linux-gnu-g++"
Compiling all this alone is a problem on my core 2 duo
-
@tsukisuperior can use
sudo CC="whatever" ./retropie_setup.sh
This may not work for all modules as some module code may override it.
distcc can be used automatically by setting
DISTCC_HOSTS="192.168.0.1/4,lzo"
etc in the same way. It will get added to start of system PATH and added to MAKEFLAGS also.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.