summaryrefslogtreecommitdiffstats
path: root/util/msrtool/configure
diff options
context:
space:
mode:
Diffstat (limited to 'util/msrtool/configure')
-rwxr-xr-xutil/msrtool/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/msrtool/configure b/util/msrtool/configure
index 59d5c63639eb..659cbcd66b5c 100755
--- a/util/msrtool/configure
+++ b/util/msrtool/configure
@@ -129,7 +129,7 @@ trylink() {
exit 1
}
-CC=`findprog "compiler" "${CC}" gcc cc icc` || exit
+CC=`findprog "compiler" "${CC}" clang gcc cc icc` || exit
INSTALL=`findprog "install" "${INSTALL}" install ginstall` || exit
test -n "$DEBUG" && myCFLAGS="-O2 -g" || myCFLAGS="-Os"