From: Sebastian Schuberth Date: Wed, 23 Nov 2011 09:41:01 +0000 (+0100) Subject: Makefile: Do not use OLD_ICONV on MINGW anymore X-Git-Tag: v1.8.4-rc0~198^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0a2623269ff2996c453667a4abc12fbbbf2194b1?ds=inline;hp=--cc Makefile: Do not use OLD_ICONV on MINGW anymore We are building libiconv now the same way as upstream MinGW does, so we do not need OLD_ICONV anymore when compiling Git either in msysGit or mingwGitDevEnv. Signed-off-by: Sebastian Schuberth --- 0a2623269ff2996c453667a4abc12fbbbf2194b1 diff --git a/config.mak.uname b/config.mak.uname index 174703b67c..11af5984cd 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -481,7 +481,6 @@ ifneq (,$(findstring MINGW,$(uname_S))) NO_FNMATCH = YesPlease NO_MEMMEM = YesPlease NEEDS_LIBICONV = YesPlease - OLD_ICONV = YesPlease NO_STRTOUMAX = YesPlease NO_MKDTEMP = YesPlease NO_MKSTEMPS = YesPlease