[Pkg-haskell-commits] darcs: ghc: Re-enable building of ghci on powerpc.

Erik de Castro Lopo erikd at mega-nerd.com
Sun Jan 16 09:28:41 UTC 2011


Sun Jan 16 09:28:13 UTC 2011  Erik de Castro Lopo <erikd at mega-nerd.com>
  * Re-enable building of ghci on powerpc.
  Ignore-this: f7fc5dabf75b1c1784a0f812c3b32310

    M ./rules -4 +1

Sun Jan 16 09:28:13 UTC 2011  Erik de Castro Lopo <erikd at mega-nerd.com>
  * Re-enable building of ghci on powerpc.
  Ignore-this: f7fc5dabf75b1c1784a0f812c3b32310
diff -rN -u old-ghc/rules new-ghc/rules
--- old-ghc/rules	2011-01-16 09:28:41.002885109 +0000
+++ new-ghc/rules	2011-01-16 09:28:41.026886374 +0000
@@ -5,7 +5,7 @@
 # This version is for a multibinary package. It also allows you to build any
 # of the binary packages independantly, via binary-<package> targets.
 
-# Uncomment this to turn on verbose mode. 
+# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
 # From /usr/share/doc/autotools-dev/examples/rules.gz:
@@ -46,9 +46,6 @@
 else
 	echo "GhcUnregisterised=YES" >> mk/build.mk
 endif
-ifeq (powerpc,$(DEB_HOST_ARCH)) # See #365497
-	echo "GhcWithInterpreter=NO" >> mk/build.mk
-endif
 ifneq (,$(findstring $(DEB_HOST_ARCH), kfreebsd-i386 kfreebsd-amd64))
 	echo "GhcWithInterpreter=YES" >> mk/build.mk
 endif





More information about the Pkg-haskell-commits mailing list