On Thu, Aug 08, 2019 at 03:42:32PM -0700, Nick Desaulniers wrote: > are you trying to fix the case where you do: > $ make CC=clang ... > <no HOSTCC set> > when GCC is not installed? Because if so, I think it would be easier > to just specify HOSTCC=clang, but maybe I'm misunderstanding the > issue? It's that merge_config.sh calls make as part of its work. When doing that you can't use command line overrides, merge_config.sh would need to pass them through explicitly which is probably more trouble than it's worth so it doesn't. Instead you need to set environment variables but you then need to use ?= instead of = so make will use them.
Attachment:
signature.asc
Description: PGP signature