Skip to content

Commit 0c97bb6

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 <[email protected]>
1 parent 996b085 commit 0c97bb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.mak.uname

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,6 @@ ifeq ($(uname_S),MINGW)
761761
ETC_GITCONFIG = ../etc/gitconfig
762762
ETC_GITATTRIBUTES = ../etc/gitattributes
763763
endif
764-
CC = gcc
765764
COMPAT_CFLAGS += -D__USE_MINGW_ANSI_STDIO=0 -fstack-protector-strong
766765
EXTLIBS += -lntdll
767766
EXTRA_PROGRAMS += headless-git$X

0 commit comments

Comments
 (0)