diff options
author | Ian Lynagh <igloo@earth.li> | 2009-10-23 17:44:43 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-10-23 17:44:43 +0000 |
commit | e51cdf9b6e54fb4052e46b6d7afb15e062928467 (patch) | |
tree | 471af115a469fb65a2bd169fe7955bec7abfef13 /mk | |
parent | 40aeca610ef70b5010248cfd5d6b6f823955f457 (diff) | |
download | haskell-e51cdf9b6e54fb4052e46b6d7afb15e062928467.tar.gz |
Make a mingw tree from mingw tarballs
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 09c8621df7..7acb3a2e72 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -603,7 +603,8 @@ RANLIB = @RANLIB@ SED = @SedCmd@ SHELL = /bin/sh -LD = @LdCmd@ +LD = @LdCmd@ +NM = @NmCmd@ # Some ld's support the -x flag and some don't, so the configure # script detects which we have and sets LdXFlag to "-x" or "" |