[Pkg-haskell-commits] darcs: ghc: Configure the use of llc-3.0 and opt-3.0 via ./configure

Joachim Breitner mail at joachim-breitner.de
Tue Oct 16 07:59:17 UTC 2012


Mon Oct  8 13:35:26 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Configure the use of llc-3.0 and opt-3.0 via ./configure 
  Ignore-this: 271d07e3ea79f78729bbc93a4b52c25d

    M! ./rules -1 +3

Mon Oct  8 13:35:26 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Configure the use of llc-3.0 and opt-3.0 via ./configure 
  Ignore-this: 271d07e3ea79f78729bbc93a4b52c25d
diff -rN -u old-ghc//rules new-ghc//rules
--- old-ghc//rules	2012-10-16 07:59:15.603721634 +0000
+++ new-ghc//rules	2012-10-16 07:59:15.743717975 +0000
@@ -91,7 +91,9 @@
 	ln -s /usr/share/misc/config.guess .
 	./configure $(confflags) --prefix=/usr \
 		$(EXTRA_CONFIGURE_FLAGS) \
-		--with-ld=ld.bfd
+		--with-ld=ld.bfd \
+		--with-llc=llc-3.0 \
+		--with-opt=opt-3.0
 
 	touch $@
 





More information about the Pkg-haskell-commits mailing list