From: Ian Lynagh Date: Fri, 29 Apr 2011 11:30:56 +0000 (+0100) Subject: Remove some out-of-date comments X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=eaaa968d3b9ba998c69502743be46d5029300da8 Remove some out-of-date comments --- diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 67065d0..a7de4a8 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -2221,10 +2221,6 @@ machdepCCOpts' = ["-D_HPUX_SOURCE"] #elif i386_TARGET_ARCH - -- -fno-defer-pop : basically the same game as for m68k - -- - -- -fomit-frame-pointer : *must* in .hc files; because we're stealing - -- the fp (%ebp) for our register maps. = if opt_Static then ["-DDONT_WANT_WIN32_DLL_SUPPORT"] else [] #else