Re: [gentoo-dev] Putting CC and CXX into make.conf

2023-02-09 Thread James Le Cuirot
On Thu, 2023-02-09 at 14:03 +0100, Michał Górny wrote: > Hi, > > I'd like to propose that we work towards having good defaults for CC > and CXX variables in make.conf files. Something like: > > CC=${CHOST}-gcc > CXX=${CHOST}-g++ > > or: > > CC=${CHOST}-cc > CXX=${CHOST}-c++ > > Why? >

[gentoo-dev] Putting CC and CXX into make.conf

2023-02-09 Thread Michał Górny
Hi, I'd like to propose that we work towards having good defaults for CC and CXX variables in make.conf files. Something like: CC=${CHOST}-gcc CXX=${CHOST}-g++ or: CC=${CHOST}-cc CXX=${CHOST}-c++ Why? Right now we're pretty much relying on autoconf defaults: if CC/CXX is unset, autoc