[build] to check for QEMU Usermode handle, loop over and not
authorMartin Mohring <martin.mohring@5edatasoft.com>
Sat, 5 Feb 2011 19:36:29 +0000 (20:36 +0100)
committerMartin Mohring <martin.mohring@5edatasoft.com>
Sat, 5 Feb 2011 19:36:29 +0000 (20:36 +0100)
init_buildsystem

index 44da2f0..679f189 100755 (executable)
@@ -363,7 +363,7 @@ copy_qemu()
 check_binfmt_registered()
 {
     local arch
-    for arch in arm $EMULATOR_ARCHS; do
+    for arch in $EMULATOR_DEVS; do
        if test -e /proc/sys/fs/binfmt_misc/$arch; then
            return 0
        fi