Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: Do not use OLD_ICONV on MINGW anymore
author
Sebastian Schuberth
<sschuberth@gmail.com>
Wed, 23 Nov 2011 09:41:01 +0000
(10:41 +0100)
committer
Pat Thoyts
<patthoyts@users.sourceforge.net>
Tue, 4 Jun 2013 09:01:34 +0000
(10:01 +0100)
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 <sschuberth@gmail.com>
config.mak.uname
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
b5c2675
)
diff --git
a/config.mak.uname
b/config.mak.uname
index 174703b67cc75fc48fd3bf5345468e9eeca89fc2..11af5984cd90fdc34c213486778ca28f0b8e2eb8 100644
(file)
--- 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