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?
>
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