~ chicken-core (chicken-5) f771a79b4408a962c2b3f80eeaf13cc5578276aa
commit f771a79b4408a962c2b3f80eeaf13cc5578276aa Author: felix <felix@call-with-current-continuation.org> AuthorDate: Sat Mar 13 13:43:24 2010 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Sat Mar 13 13:43:24 2010 +0100 allow overriding HOSTSYSTEM in mingw32 cross build diff --git a/Makefile.cross-linux-mingw b/Makefile.cross-linux-mingw index 9e95e8e9..70b50448 100644 --- a/Makefile.cross-linux-mingw +++ b/Makefile.cross-linux-mingw @@ -45,7 +45,7 @@ EXE = .exe # commands -HOSTSYSTEM=mingw32 +HOSTSYSTEM ?= mingw32 # optionsTrap