diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-05-23 09:13:43 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-05-23 09:13:43 +0100 |
commit | 1fd06de4e98d1b659500ecd66d88d6d80fcc60d3 (patch) | |
tree | 3e391a11438685a0262a29c5936c1c8819380ffc /mk | |
parent | 033f897a8ad34d62aff585d9df16c640bb55f21c (diff) | |
download | haskell-1fd06de4e98d1b659500ecd66d88d6d80fcc60d3.tar.gz |
aclocal.m4: allow override of dllwrap and windres when cross-compiling
Commit 66108864540601837ad77847f4062a670362361f reverted ability
to override 'dllwrap' and 'windres' paths when cross-compiling.
After this change (and a few libraries/Win32 patches) I was able
to build cross-compiler to windows:
$ ./configure --target=i686-w64-mingw32 \
DllWrap=i686-w64-mingw32-dllwrap \
Windres=i686-w64-mingw32-windres
Later both 'dllwrap' and 'windres' should be derived from --target=
as we do now for 'CC', 'AR', 'NM' and others.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'mk')
0 files changed, 0 insertions, 0 deletions