mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
mk-sbuild: Remove references to the obsolete arm architecture, and
allow armhf and armel to be native on arm64 systems (LP: #1579619)
This commit is contained in:
parent
6fa16dd85e
commit
e903bf03d1
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
ubuntu-dev-tools (0.156) unstable; urgency=medium
|
||||
|
||||
* mk-sbuild: Remove references to the obsolete arm architecture, and
|
||||
allow armhf and armel to be native on arm64 systems (LP: #1579619)
|
||||
|
||||
-- Adam Conrad <adconrad@ubuntu.com> Sun, 08 May 2016 23:06:34 -0600
|
||||
|
||||
ubuntu-dev-tools (0.155) unstable; urgency=medium
|
||||
|
||||
[ Dimitri John Ledkov ]
|
||||
|
@ -568,7 +568,7 @@ DEBOOTSTRAP_COMMAND=debootstrap
|
||||
if [ "$CHROOT_ARCH" != "$HOST_ARCH" ] ; then
|
||||
case "$CHROOT_ARCH-$HOST_ARCH" in
|
||||
# Sometimes we don't need qemu
|
||||
amd64-i386|amd64-lpia|arm-armel|armel-arm|armel-armhf|armhf-armel|arm64-arm|arm64-armel|arm64-armhf|i386-amd64|i386-lpia|lpia-i386|powerpc-ppc64|ppc64-powerpc|sparc-sparc64|sparc64-sparc)
|
||||
amd64-i386|amd64-lpia|armel-armhf|armhf-armel|arm64-armel|arm64-armhf|armel-arm64|armhf-arm64|i386-amd64|i386-lpia|lpia-i386|powerpc-ppc64|ppc64-powerpc|sparc-sparc64|sparc64-sparc)
|
||||
;;
|
||||
# Sometimes we do
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user