summaryrefslogtreecommitdiff
path: root/mk/project.mk.in
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-04-20 18:51:18 +0100
committerIan Lynagh <ian@well-typed.com>2013-04-20 18:51:18 +0100
commitd65a61dfa99e613a3f16b85e592b1e35270d4098 (patch)
treea574cdab25ea213a13f078edfa05eae3350f1efb /mk/project.mk.in
parentc91c23300d58e4bd06c0f154e9ade0e1e3c2c21e (diff)
downloadhaskell-d65a61dfa99e613a3f16b85e592b1e35270d4098.tar.gz
Use different exeext variables for each stage; fixes #7709
Currently they are all set to the same value, but when cross-compiling they could be set to different values.
Diffstat (limited to 'mk/project.mk.in')
-rw-r--r--mk/project.mk.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/project.mk.in b/mk/project.mk.in
index e47663fcdb..004e9b1c15 100644
--- a/mk/project.mk.in
+++ b/mk/project.mk.in
@@ -125,7 +125,10 @@ BuildVendor_CPP = @BuildVendor_CPP@
LeadingUnderscore=@LeadingUnderscore@
# Pin a suffix on executables? If so, what (Windows only).
-exeext=@exeext@
+exeext0=@exeext@
+exeext1=@exeext@
+exeext2=@exeext@
+exeext3=@exeext@
soext=@soext@
# Windows_Host=YES if on a Windows platform