configure: Use the environment variable CC when compiling tcc
commitfe6b5c08dc68b1bfab6b6ef6b9e29a5af7317262
authorDetlef Riekenberg <wine.dev@web.de>
Mon, 11 Apr 2022 22:33:35 +0000 (12 00:33 +0200)
committerDetlef Riekenberg <wine.dev@web.de>
Mon, 11 Apr 2022 22:33:35 +0000 (12 00:33 +0200)
treec15274ac6692e38e896adfb746e3d6e2c59fbd59
parent6bb41a05d7eca7b0ff23381b6ce174f372d9c514
configure: Use the environment variable CC when compiling tcc

Using the environment CC is a common used feature to
select a compiler to build any software,
so it should be supported when building tcc.

The old way using the parameter --cc still works.

Signed-off-by: Detlef Riekenberg <wine.dev@web.de>
configure