[project @ 1999-03-11 10:26:56 by sof]
authorsof <unknown>
Thu, 11 Mar 1999 10:26:56 +0000 (10:26 +0000)
committersof <unknown>
Thu, 11 Mar 1999 10:26:56 +0000 (10:26 +0000)
Pass -fcompiling-prelude through.

ghc/driver/ghc.lprl

index b45eab9..fc09cb2 100644 (file)
@@ -3101,6 +3101,7 @@ arg: while($_ = $Args[0]) {
     /^-fno-speciali[sz]e$/
                && do { $Oopt_DoSpecialise = ''; next arg; };
 
+    /^-fcompiling-prelude$/ && do { push(@HsC_flags, $_); next arg; };
 
 # Now the foldr/build options, which are *on* by default (for -O).