Package: qemu-user-static
Version: 2.1+dfsg-4
Tags: patch

Please consider adding support for ppc64el target in qemu-debootstrap.
The attached patch enables this feature:

index 33e2e10..1c5124d 100755
--- a/debian/qemu-debootstrap
+++ b/debian/qemu-debootstrap
@@ -149,6 +149,9 @@ case "$deb_arch" in
   powerpc|powerpcspe)
     qemu_arch="ppc"
   ;;
+  ppc64el)
+    qemu_arch="ppc64le"
+  ;;
   *)
     die "Sorry, I don't know how to support arch %s" "$arch"
   ;;


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to