diff options
author | Ian Lynagh <igloo@earth.li> | 2010-08-27 20:45:37 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-08-27 20:45:37 +0000 |
commit | 02c65155aa96f9516da97faca439106a47c649a1 (patch) | |
tree | 97d3bfbdb5e2bbe758cbe82f16c8c26f6aaf24a6 | |
parent | 12ec1e241c7c28da9fe6bc69788c0c81f556c746 (diff) | |
download | haskell-02c65155aa96f9516da97faca439106a47c649a1.tar.gz |
Pass more -pgm flags in the ghc wrapper; fixes #3863
-rw-r--r-- | ghc/ghc.wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc.wrapper b/ghc/ghc.wrapper index db3ebb0fe7..5003f9ae40 100644 --- a/ghc/ghc.wrapper +++ b/ghc/ghc.wrapper @@ -1 +1 @@ -exec "$executablename" -B"$topdir" -pgmc "$pgmgcc" ${1+"$@"} +exec "$executablename" -B"$topdir" -pgmc "$pgmgcc" -pgma "$pgmgcc" -pgml "$pgmgcc" -pgmP "$pgmgcc -E -undef -traditional" ${1+"$@"} |