]> git.ozlabs.org Git - ccan/commit
tools/configurator: allow overriding of which cc we will run.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 26 Feb 2018 02:26:18 +0000 (12:56 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 26 Feb 2018 02:26:18 +0000 (12:56 +1030)
commit8502a66a5ba8916758c67ea5b0b404386c34da24
tree861d7a81260bcd47c0bf42d07c735de52bacb9e9
parentec1f716142c77fd6b4ca9939bd780150821ba7a2
tools/configurator: allow overriding of which cc we will run.

This is for cross-configuring, where we might want to run
`qemu-user-... gcc` or even more exotic things.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
tools/configurator/configurator.c