summaryrefslogtreecommitdiff
path: root/ghc/ghc.wrapper
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 /ghc/ghc.wrapper
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 'ghc/ghc.wrapper')
-rw-r--r--ghc/ghc.wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc.wrapper b/ghc/ghc.wrapper
index 5003f9ae40..083a66db7e 100644
--- a/ghc/ghc.wrapper
+++ b/ghc/ghc.wrapper
@@ -1 +1 @@
-exec "$executablename" -B"$topdir" -pgmc "$pgmgcc" -pgma "$pgmgcc" -pgml "$pgmgcc" -pgmP "$pgmgcc -E -undef -traditional" ${1+"$@"}
+exec "$executablename" -B"$topdir" ${1+"$@"}