Skip to content

Commit 78589cf

Browse files
committed
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 d3ade6b commit 78589cf

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
@@ -760,7 +760,6 @@ ifeq ($(uname_S),MINGW)
760760
ETC_GITCONFIG = ../etc/gitconfig
761761
ETC_GITATTRIBUTES = ../etc/gitattributes
762762
endif
763-
CC = gcc
764763
COMPAT_CFLAGS += -D__USE_MINGW_ANSI_STDIO=0 -fstack-protector-strong
765764
EXTLIBS += -lntdll
766765
EXTRA_PROGRAMS += headless-git$X

0 commit comments

Comments
 (0)