summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-06-29 01:33:17 +0100
committerIan Lynagh <igloo@earth.li>2012-06-29 12:02:08 +0100
commit5ddc841a547d2d37428280b04c071a1d4b83e10d (patch)
tree6154172433fafad4c2dcaf299a475159566149f7 /mk
parent30b5ba9b86610f38da704d6b7426cd776e3fbbe4 (diff)
downloadhaskell-5ddc841a547d2d37428280b04c071a1d4b83e10d.tar.gz
On Windows, detect if DLLs have too many symbols; trac #5987
The test isn't very pretty; it involves trawling through the objdump -p output. I couldn't find an easier way, unfortuantely.
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 36b277b979..81298e4a93 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -714,6 +714,7 @@ DTRACE = @DtraceCmd@
LD = @LdCmd@
NM = @NmCmd@
+OBJDUMP = @ObjdumpCmd@
LLC = @LlcCmd@
OPT = @OptCmd@