Always create mips64el chroot on mipsel buildds
[mirror/dsa-puppet.git] / 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"