Always create mips64el chroot on mipsel buildds
authorAurelien Jarno <aurelien@aurel32.net>
Thu, 5 May 2016 23:02:24 +0000 (01:02 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 5 May 2016 23:02:24 +0000 (01:02 +0200)
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 <aurelien@aurel32.net>
modules/schroot/files/setup-all-dchroots

index 7bc1a97..4e5b53c 100755 (executable)
@@ -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"