From: Ian Lynagh Date: Fri, 27 Aug 2010 20:45:37 +0000 (+0000) Subject: Pass more -pgm flags in the ghc wrapper; fixes #3863 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=02c65155aa96f9516da97faca439106a47c649a1 Pass more -pgm flags in the ghc wrapper; fixes #3863 --- diff --git a/ghc/ghc.wrapper b/ghc/ghc.wrapper index db3ebb0..5003f9a 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+"$@"}