On Tuesday, January 19, 2021 4:24:20 AM EST you wrote:
> It seems your proposal does not allow to set CC to clang ?
You're right, I made a mistake in the 'else' part. This is what it should be:

ifeq ($(origin CC),default)
CC := `which $(DEB_HOST_GNU_TYPE)-gcc`
else
CC := `which $(CC)`
endif

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to