Attention is currently required from: Martin L Roth. Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62831 )
Change subject: xcompile: Hard-code gcc-12 ......................................................................
Patch Set 1:
(2 comments)
Patchset:
PS1: Thank you for your suggestions.
File util/xcompile/xcompile:
https://review.coreboot.org/c/coreboot/+/62831/comment/79cdde09_a1898c70 PS1, Line 64: gcc-12
I'm not sure that this is what we want here. What about other systems than debian? […]
I have to read up, what `HOSTCC` is used for again. (Only to build stuff in `utils/` or also to build coreboot itself?)
What I ideally would like to have is to directly set the compiler executable (and other utils) normally done by setting `CC` in Autotools and “standard” Makefiles:
make CC=gcc-12