From 2aaa94966b42ca960bb421c2da32006dc69f5e69 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Fri, 6 May 2016 01:02:24 +0200 Subject: [PATCH 1/1] Always create mips64el chroot on mipsel buildds All our mipsel build daemons are now capable of running mips64el binaries. In addition we have mips64el capables build daemons which are not using a Loongson 3 CPU. Signed-off-by: Aurelien Jarno --- modules/schroot/files/setup-all-dchroots | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 7bc1a9762..4e5b53cb9 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -100,9 +100,7 @@ case `hostname` in archs="$archs mipsel" ;; mipsel) - if grep -w "Loongson-3" -q /proc/cpuinfo ; then - archs="$archs mips64el" - fi + archs="$archs mips64el" ;; s390|s390x) archs="s390 s390x" -- 2.20.1