projects
/
platform
/
upstream
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84666f0
)
[build] to check for QEMU Usermode handle, loop over and not
author
Martin Mohring
<martin.mohring@5edatasoft.com>
Sat, 5 Feb 2011 19:36:29 +0000
(20:36 +0100)
committer
Martin Mohring
<martin.mohring@5edatasoft.com>
Sat, 5 Feb 2011 19:36:29 +0000
(20:36 +0100)
init_buildsystem
patch
|
blob
|
history
diff --git
a/init_buildsystem
b/init_buildsystem
index
44da2f0
..
679f189
100755
(executable)
--- a/
init_buildsystem
+++ b/
init_buildsystem
@@
-363,7
+363,7
@@
copy_qemu()
check_binfmt_registered()
{
local arch
- for arch in
arm $EMULATOR_ARCH
S; do
+ for arch in
$EMULATOR_DEV
S; do
if test -e /proc/sys/fs/binfmt_misc/$arch; then
return 0
fi