X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FDriverFlags.hs;fp=ghc%2Fcompiler%2Fmain%2FDriverFlags.hs;h=766da42b8faf890c1228749d9c20a05229ff0a62;hb=311eedc1ebb812966ab9136d769fcd6b9e508faa;hp=7a156853c45995bcc491444aeecc21cc30260be8;hpb=4307f28b4d201d71a11dd304796ce7319fbb3345;p=ghc-hetmet.git 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 ----------------------------------------