summaryrefslogtreecommitdiff
path: root/rules/shell-wrapper.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-04-29 16:19:33 +0100
committerIan Lynagh <igloo@earth.li>2011-04-29 16:19:33 +0100
commit0a8a41c09aa4c331fdec25aff418d0c8f4468d27 (patch)
tree1423e5b87ec0d466b3257e0b979ec03b43c7d797 /rules/shell-wrapper.mk
parenta8ea6721b0477d76ec00e5daa698a5cf9cb89600 (diff)
downloadhaskell-0a8a41c09aa4c331fdec25aff418d0c8f4468d27.tar.gz
We no longer need to pass pgmc etc in the ghc.wrapper script
They can now be set in the settings file instead
Diffstat (limited to 'rules/shell-wrapper.mk')
-rw-r--r--rules/shell-wrapper.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/shell-wrapper.mk b/rules/shell-wrapper.mk
index 64339576c6..5cc10dc347 100644
--- a/rules/shell-wrapper.mk
+++ b/rules/shell-wrapper.mk
@@ -74,7 +74,6 @@ install_$1_$2_wrapper:
echo 'datadir="$$(datadir)"' >> "$$(WRAPPER)"
echo 'bindir="$$(bindir)"' >> "$$(WRAPPER)"
echo 'topdir="$$(topdir)"' >> "$$(WRAPPER)"
- echo 'pgmgcc="$$(WhatGccIsCalled)"' >> "$$(WRAPPER)"
$$($1_$2_SHELL_WRAPPER_EXTRA)
$$($1_$2_INSTALL_SHELL_WRAPPER_EXTRA)
cat $$($1_$2_SHELL_WRAPPER_NAME) >> "$$(WRAPPER)"