From: simonmar Date: Thu, 12 Aug 2004 13:11:35 +0000 (+0000) Subject: [project @ 2004-08-12 13:11:35 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1750 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=311eedc1ebb812966ab9136d769fcd6b9e508faa [project @ 2004-08-12 13:11:35 by simonmar] wibble --- diff --git a/ghc/compiler/main/DriverFlags.hs b/ghc/compiler/main/DriverFlags.hs index 7a15685..766da42 100644 --- a/ghc/compiler/main/DriverFlags.hs +++ b/ghc/compiler/main/DriverFlags.hs @@ -254,7 +254,7 @@ static_flags = then do writeIORef v_Split_object_files True add v_Opt_C "-fglobalise-toplev-names" else hPutStrLn stderr - "warning: don't know how to split object files on this architecture" + "warning: don't know how to split object files on this architecture" ) ) ------- Include/Import Paths ----------------------------------------