Differences between revisions 9 and 10
Revision 9 as of 2012-09-13 06:31:31
Size: 1366
Editor: ?Hiroyuki Yamamoto
Comment:
Revision 10 as of 2013-04-12 06:44:00
Size: 1451
Editor: ?Hiroyuki Yamamoto
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
PowerPC 970/970FX/970MP, Xenon, Cell BE, PowerXCell 8i, POWER6/POWER6+, POWER7. PowerPC 970/970FX/970MP, Cell BE, PowerXCell 8i, POWER6/POWER6+, POWER7.
Line 36: Line 36:

== ToDo ==
[[http://hackage.haskell.org/trac/ghc/ticket/4244|waiting for GHCi support]]

Debian ppc64 port

Target

The Debian/PowerPC64 (ppc64) port project is active for supporting 64-bit PowerPC CPUs with VMX as follows:

PowerPC 970/970FX/970MP, Cell BE, PowerXCell 8i, POWER6/POWER6+, POWER7.

This port doesn't support POWER3/POWER3-II, POWER4/POWER4+, and POWER5/POWER5+ which are 64-bit PowerPC CPUs shipped unfortunately without VMX. Please use 'powerpc' port for these machines.

ppc64 buildd status

Buildd status of ppc64 (unstable)

Buildd status of ppc64 (experimental)

Buildd stats of ppc64

Buildd overview of ppc64

Apt-line

deb http://ftp.de.debian.org/debian-ports sid main
deb-src http://cdn.debian.net/debian sid main
deb http://ftp.de.debian.org/debian-ports unreleased main
deb-src http://ftp.de.debian.org/debian-ports unreleased main

Setting up a ppc64 chroot on a powerpc system

debootstrap --no-check-gpg --arch=ppc64 --variant=buildd sid /chroots/sid-ppc64 http://ftp.de.debian.org/debian-ports
chroot /chroots/sid-ppc64
mount -t proc proc /proc

ToDo

waiting for GHCi support