Skip to content

Commit e2683ce

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 610df42 commit e2683ce

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
@@ -757,7 +757,6 @@ ifeq ($(uname_S),MINGW)
757757
ETC_GITCONFIG = ../etc/gitconfig
758758
ETC_GITATTRIBUTES = ../etc/gitattributes
759759
endif
760-
CC = gcc
761760
COMPAT_CFLAGS += -D__USE_MINGW_ANSI_STDIO=0 -fstack-protector-strong
762761
EXTLIBS += -lntdll
763762
EXTRA_PROGRAMS += headless-git$X

0 commit comments

Comments
 (0)