From 1806a0c50edb73954c614b9ad5921a125eab08d4 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 31 Mar 2014 20:10:03 +0200 Subject: [PATCH] Set up armhf porting chroots on armel hosts --- modules/porterbox/files/setup-all-dchroots | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/porterbox/files/setup-all-dchroots b/modules/porterbox/files/setup-all-dchroots index 15044f773..23867bb93 100755 --- a/modules/porterbox/files/setup-all-dchroots +++ b/modules/porterbox/files/setup-all-dchroots @@ -53,6 +53,11 @@ case "$DPKGARCH" in armhf) archs="$archs armel" ;; + armel) + if [ "$(uname -m)" = "armv7l" ] && grep -w vfpv3 -q /proc/cpuinfo ; then + archs="$archs armhf" + fi + ;; s390|s390x) archs="s390 s390x" ;; -- 2.20.1