Skip to content

Commit

Permalink
config.net_test: default CC to clang but allow override
Browse files Browse the repository at this point in the history
Allow the CC option to be set on the command line which would override
clang. If it's not set, then default to using clang.

Bug: 164169764
Signed-off-by: Will McVicker <[email protected]>
Change-Id: I99494787f947d299da045b6e3750ac0b388b0030
  • Loading branch information
Will McVicker committed Aug 14, 2020
1 parent c59edeb commit 0f86589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.config.net_test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARCH=um
SUBARCH=x86_64
CC=clang
CC=${CC:-clang}
CLANG_TRIPLE=x86_64-linux-gnu-
CROSS_COMPILE=x86_64-linux-androidkernel-
EXTRA_CMDS=''
Expand Down

0 comments on commit 0f86589

Please sign in to comment.