[Pkg-haskell-commits] darcs: ghc: Merge my unpushed changes

Joachim Breitner mail at joachim-breitner.de
Sat Mar 10 16:53:07 UTC 2012


Sat Mar 10 16:51:50 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Merge my unpushed changes
  Ignore-this: afbe8f4d57ab07199d0de74d900d7c73

    M ./changelog +23
    M ./patches/series +3

Sat Mar 10 16:51:50 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Merge my unpushed changes
  Ignore-this: afbe8f4d57ab07199d0de74d900d7c73
diff -rN -u old-ghc//changelog new-ghc//changelog
--- old-ghc//changelog	2012-03-10 16:53:07.290257911 +0000
+++ new-ghc//changelog	2012-03-10 16:53:07.298253883 +0000
@@ -1,3 +1,26 @@
+ghc (7.4.1-2) UNRELEASED; urgency=low
+
+  [ Iain Lane ]
+
+  * Two new patches (backported by Iulian Udrea) to fix armel build
+    failures. See upstream bug #5824.
+    - fix-ARM-s-StgCRun-clobbered-register-list-for-both-A
+    - fix-ARM-StgCRun-to-not-save-and-restore-r11-fp-regis
+  * Use dh_autoreconf{,_clean} to autoreconf, mainly so we can have proper
+    clean support. 
+  * armhf support (thanks to Jani Monoses):
+    - debian/patches/ARM-VFPv3D16: Use vfp3-d16 FPU for ARM builds.
+    - debian/patches/armhf_llvm_abi: Pass -float-abi=hard to llc on armhf if
+      __ARM_PCS_VFP is defined (needs to be preprocessed for this)
+    - debian/rules: Define __ARM_PCS_VFP on armhf for the above patch.
+
+  [Joachim Breitner]
+
+  * patches/hurd-is-ELF added, Closes: #659530, thanks to Samuel
+    Thibault
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 11 Feb 2012 23:38:11 +0100
+
 ghc (7.4.1-1) unstable; urgency=low
 
   * New upstream release. 
diff -rN -u old-ghc//patches/series new-ghc//patches/series
--- old-ghc//patches/series	2012-03-10 16:53:07.286253637 +0000
+++ new-ghc//patches/series	2012-03-10 16:53:07.330252084 +0000
@@ -6,3 +6,6 @@
 haddock-no-library
 no_ghci_on_powerpc
 use-llvm-3.0
+armhf_llvm_abi
+ARM-VFPv3D16
+hurd-is-ELF





More information about the Pkg-haskell-commits mailing list