Add missing arm target scheduler archs in kvm path.
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 17 Mar 2010 16:14:48 +0000 (17:14 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 26 Mar 2010 14:50:15 +0000 (15:50 +0100)
Signed-off-by: Martin Mohring <martinmohring@linuxfoundation.org>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
build

diff --git a/build b/build
index 9bfb3d8..2cfd1a1 100755 (executable)
--- a/build
+++ b/build
@@ -1267,7 +1267,7 @@ for SPECFILE in "${SPECFILES[@]}" ; do
                fi
                 CROSS_INIT_SCRIPT="/.build/build"
                 # to run the qemu initialization in the XEN chroot, we need to register it with a statically build shell
-                if [ x"$BUILD_ARCH" == xarmv4l -o x"$BUILD_ARCH" == xarmv5el -o x"$BUILD_ARCH" == xarmv7el -o x"$BUILD_ARCH" == xsh4 -o x"$BUILD_ARCH" == xppc -o x"$BUILD_ARCH" == xppc64 -o x"$BUILD_ARCH" == xmips -o x"$BUILD_ARCH" == xmipsel ]; then
+                if [ x"$BUILD_ARCH" == xarmv4l -o x"$BUILD_ARCH" == xarmv5el -o x"$BUILD_ARCH" == xarmv6el -o x"$BUILD_ARCH" == xarmv7el -o x"$BUILD_ARCH" == xarmv8el -o x"$BUILD_ARCH" == xsh4 -o x"$BUILD_ARCH" == xppc -o x"$BUILD_ARCH" == xppc64 -o x"$BUILD_ARCH" == xmips -o x"$BUILD_ARCH" == xmipsel ]; then
                     echo "Building for arch: $BUILD_ARCH"
                     if [  -n "$(uname -m | grep '[x3-6]86')" ]; then
                         echo "         on arch: $(uname -m | grep '[x3-6]86')"