Skip to content
Snippets Groups Projects
Commit 52f10216 authored by roland's avatar roland Committed by Marge Bot
Browse files

configure: prefer cc over gcc

Fixes #16857.
parent c1f67887
No related branches found
No related tags found
No related merge requests found
......@@ -507,7 +507,7 @@ AC_ARG_WITH([clang],
dnl detect compiler (prefer gcc over clang) and set $CC (unless CC already set),
dnl later CC is copied to CC_STAGE{1,2,3}
AC_PROG_CC([gcc clang])
AC_PROG_CC([cc gcc clang])
MAYBE_OVERRIDE_STAGE0([ar],[AR_STAGE0])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment