Skip to content

Commit 811284f

Browse files
dschoGit for Windows Build Agent
authored andcommitted
mingw: stop hard-coding CC = gcc
This is no longer true in general, not with supporting Clang out of the box. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 50ce83b commit 811284f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

config.mak.uname

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,6 @@ ifeq ($(uname_S),MINGW)
763763
COMPAT_CFLAGS += -D_USE_32BIT_TIME_T
764764
BASIC_LDFLAGS += -Wl,--large-address-aware
765765
endif
766-
CC = gcc
767766
COMPAT_CFLAGS += -D__USE_MINGW_ANSI_STDIO=0 -DDETECT_MSYS_TTY \
768767
-fstack-protector-strong
769768
EXTLIBS += -lntdll

0 commit comments

Comments
 (0)