tech-toolchain archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: GNU make 3.81 with GCC 14#
On Mon, 2024-09-09 at 09:36 +0200, Martin Husemann wrote:
> HAVE_GCC is about the gcc we build in-tree for the target
> architecture
> (i.e.: what tools/gcc will create). It is not about the HOST_CC or
> HOST_CXX
> that we are using to build the tools.
I hadn't noticed that the only use of HAVE_GCC was in
tools/gcc/Makefile itself, presumably to make sure that the tools GCC
gets built the same way as the target GCC and with all the right
options to make sure it gets built at all.
I was just using the ".if" to be a bit defensive about passing -std to
an unknown compiler, even though we do pass -std in a couple of places
already.
Cheers,
Lloyd
Home |
Main Index |
Thread Index |
Old Index