X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ghc.git;a=blobdiff_plain;f=patches%2Fpatch-compiler_utils_Platform.hs;fp=patches%2Fpatch-compiler_utils_Platform.hs;h=0000000000000000000000000000000000000000;hp=51a23e62897bcc297880f21ca55f10b40e720d30;hb=9533b2b09d98a0e7326dc0c58d8d34febe5d3175;hpb=96e61103d139f67648ba7729b614e2cedcbb1ad4 diff --git a/patches/patch-compiler_utils_Platform.hs b/patches/patch-compiler_utils_Platform.hs deleted file mode 100644 index 51a23e6..0000000 --- a/patches/patch-compiler_utils_Platform.hs +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD$ - -For systems having as(1) that doesn't recognise .ident -directives. (Already merged to the upstream) - - ---- compiler/utils/Platform.hs.orig 2012-02-01 18:10:32.000000000 +0000 -+++ compiler/utils/Platform.hs -@@ -22,6 +22,7 @@ data Platform - platformOS :: OS, - platformWordSize :: {-# UNPACK #-} !Int, - platformHasGnuNonexecStack :: Bool, -+ platformHasIdentDirective :: Bool, - platformHasSubsectionsViaSymbols :: Bool - } - deriving (Read, Show, Eq)