[Pkg-haskell-commits] darcs: ghc: Make sure GHC is using ld.bfd, as it passes arguments not understood by the gold linker (Closes: #673081)

Joachim Breitner mail at joachim-breitner.de
Sat Jun 16 15:22:48 UTC 2012


Sat Jun 16 10:44:35 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Make sure GHC is using ld.bfd, as it passes arguments not understood by the gold linker (Closes: #673081) 
  Ignore-this: cb03e81421d603ea2713f5bc84905ad7

    M ./changelog +2
    M ./rules -1 +3

Sat Jun 16 10:44:35 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Make sure GHC is using ld.bfd, as it passes arguments not understood by the gold linker (Closes: #673081) 
  Ignore-this: cb03e81421d603ea2713f5bc84905ad7
diff -rN -u old-ghc//changelog new-ghc//changelog
--- old-ghc//changelog	2012-06-16 15:22:48.213330347 +0000
+++ new-ghc//changelog	2012-06-16 15:22:48.393333544 +0000
@@ -9,6 +9,8 @@
   [ Joachim Breitner ]
   * debian/patches/no-useless-timer: Backported from GHC 7.4.2, (Closes:
     #677096)
+  * Make sure GHC is using ld.bfd, as it passes arguments not understood by
+    the gold linker (Closes: #673081) 
 
  -- Erik de Castro Lopo <erikd at mega-nerd.com>  Sat, 16 Jun 2012 11:03:31 +1000
 
diff -rN -u old-ghc//rules new-ghc//rules
--- old-ghc//rules	2012-06-16 15:22:48.213330347 +0000
+++ new-ghc//rules	2012-06-16 15:22:48.349329834 +0000
@@ -88,7 +88,9 @@
 	rm -f config.guess
 	ln -s /usr/share/misc/config.sub .
 	ln -s /usr/share/misc/config.guess .
-	./configure $(confflags) --prefix=/usr $(EXTRA_CONFIGURE_FLAGS)
+	./configure $(confflags) --prefix=/usr \
+		$(EXTRA_CONFIGURE_FLAGS) \
+		--with-ld=ld.bfd
 
 	touch $@
 





More information about the Pkg-haskell-commits mailing list