Use clang as C compiler

When setting up the clang build, use clang as the C compiler and the C++
compiler.  This matters for C libraries where we might want to set up
fuzzing.  Having the C portions compile with GCC prevents compiling with
libfuzzer flags.

Change-Id: I113693bc139f4ebb58107e3df26ee82cc460f460
Signed-off-by: Ed Tanous <etanous@nvidia.com>
1 file changed