[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
Mon Oct 8 13:35:51 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 ./changelog +1
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//changelog new-ghc//changelog
--- old-ghc//changelog 2012-10-08 13:35:51.306742924 +0000
+++ new-ghc//changelog 2012-10-08 13:35:51.310731453 +0000
@@ -9,6 +9,7 @@
+ fix-PPC-right-shift-bug
+ no-useless-time
+ fix-ppc-ghci-segfault
+ * Configure the use of llc-3.0 and opt-3.0 via ./configure
-- Joachim Breitner <nomeata at debian.org> Mon, 08 Oct 2012 13:06:13 +0200
diff -rN -u old-ghc//rules new-ghc//rules
--- old-ghc//rules 2012-10-08 13:35:51.294723869 +0000
+++ new-ghc//rules 2012-10-08 13:35:51.330720445 +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