From eaaa968d3b9ba998c69502743be46d5029300da8 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 29 Apr 2011 12:30:56 +0100 Subject: [PATCH] Remove some out-of-date comments --- compiler/main/DynFlags.hs | 4 ---- 1 file changed, 4 deletions(-) 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 -- 1.7.10.4