File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ if ! $ANY_ARCH-w64-mingw32-gcc$TOOLEXT -E is-ucrt.c > /dev/null 2>&1; then
5858fi
5959rm -f is-ucrt.c
6060
61- if (echo " int main(){}" | $ANY_ARCH -w64-mingw32-clang $TOOLEXT -x c++ - -o has-cfguard-test.exe -mguard=cf); then
61+ if (echo " int main(){}" | $ANY_ARCH -w64-mingw32-gcc $TOOLEXT -x c++ - -o has-cfguard-test.exe -mguard=cf); then
6262 if llvm-readobj$TOOLEXT --coff-load-config has-cfguard-test.exe | grep -q ' CF_INSTRUMENTED (0x100)' ; then
6363 HAVE_CFGUARD=1
6464 elif [ -n " $HAVE_CFGUARD " ]; then
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ ifneq ($(ARCH),)
3737 CROSS = $(ARCH ) -w64-mingw32-
3838 CROSS_UWP = $(ARCH ) -w64-mingw32uwp-
3939endif
40- CC = $(CROSS ) clang $(TOOLEXT )
41- CXX = $(CROSS ) clang ++$(TOOLEXT )
40+ CC = $(CROSS ) gcc $(TOOLEXT )
41+ CXX = $(CROSS ) g ++$(TOOLEXT )
4242WIDL = $(CROSS ) widl$(TOOLEXT )
4343CC_UWP = $(CROSS_UWP ) clang$(TOOLEXT )
4444
You can’t perform that action at this time.
0 commit comments