X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=patches%2Fpatch-compiler_main_SysTools.lhs;fp=patches%2Fpatch-compiler_main_SysTools.lhs;h=0000000000000000000000000000000000000000;hb=4fe2e34ec7254f1e4eb85b085ea22fd09866b245;hp=bdf61c2c0525d0816a2bf22680bc7be8610f8383;hpb=96e61103d139f67648ba7729b614e2cedcbb1ad4;p=pkgsrc-ghc.git diff --git a/patches/patch-compiler_main_SysTools.lhs b/patches/patch-compiler_main_SysTools.lhs deleted file mode 100644 index bdf61c2..0000000 --- a/patches/patch-compiler_main_SysTools.lhs +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD$ - -For systems having as(1) that doesn't recognise .ident -directives. (Already merged to the upstream) - - ---- compiler/main/SysTools.lhs.orig 2012-02-01 18:10:32.000000000 +0000 -+++ compiler/main/SysTools.lhs -@@ -194,6 +194,7 @@ initSysTools mbMinusB - ; targetOS <- readSetting "target os" - ; targetWordSize <- readSetting "target word size" - ; targetHasGnuNonexecStack <- readSetting "target has GNU nonexec stack" -+ ; targetHasIdentDirective <- readSetting "target has .ident directive" - ; targetHasSubsectionsViaSymbols <- readSetting "target has subsections via symbols" - ; myExtraGccViaCFlags <- getSetting "GCC extra via C opts" - -- On Windows, mingw is distributed with GHC, -@@ -259,6 +260,7 @@ initSysTools mbMinusB - platformOS = targetOS, - platformWordSize = targetWordSize, - platformHasGnuNonexecStack = targetHasGnuNonexecStack, -+ platformHasIdentDirective = targetHasIdentDirective, - platformHasSubsectionsViaSymbols = targetHasSubsectionsViaSymbols - }, - sTmpDir = normalise tmpdir,