Skip to content

Commit a9c6123

Browse files
avargitster
authored andcommitted
config.mak.uname: remove unused the NO_R_TO_GCC_LINKER flag
The NO_R_TO_GCC_LINKER flag was still being on some platforms. It hasn't been used since my 0f50c8e ("Makefile: remove the NO_R_TO_GCC_LINKER flag", 2019-05-17). Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 898f807 commit a9c6123

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config.mak.uname

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,6 @@ ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
636636
prefix =
637637
INSTALL = /bin/install
638638
EXTLIBS += /mingw/lib/libz.a
639-
NO_R_TO_GCC_LINKER = YesPlease
640639
INTERNAL_QSORT = YesPlease
641640
HAVE_LIBCHARSET_H = YesPlease
642641
NO_GETTEXT = YesPlease
@@ -669,7 +668,6 @@ else
669668
-fstack-protector-strong
670669
EXTLIBS += -lntdll
671670
INSTALL = /bin/install
672-
NO_R_TO_GCC_LINKER = YesPlease
673671
INTERNAL_QSORT = YesPlease
674672
HAVE_LIBCHARSET_H = YesPlease
675673
NO_GETTEXT =
@@ -695,7 +693,6 @@ ifeq ($(uname_S),QNX)
695693
NO_MKDTEMP = YesPlease
696694
NO_NSEC = YesPlease
697695
NO_PTHREADS = YesPlease
698-
NO_R_TO_GCC_LINKER = YesPlease
699696
NO_STRCASESTR = YesPlease
700697
NO_STRLCPY = YesPlease
701698
endif

0 commit comments

Comments
 (0)