diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu-targets.inc')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-targets.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-targets.inc b/meta/recipes-devtools/qemu/qemu-targets.inc index 66dd675ed4..810401daa6 100644 --- a/meta/recipes-devtools/qemu/qemu-targets.inc +++ b/meta/recipes-devtools/qemu/qemu-targets.inc | |||
@@ -7,7 +7,7 @@ def get_qemu_target_list(d): | |||
7 | archs = d.getVar('QEMU_TARGETS').split() | 7 | archs = d.getVar('QEMU_TARGETS').split() |
8 | tos = d.getVar('HOST_OS') | 8 | tos = d.getVar('HOST_OS') |
9 | softmmuonly = "" | 9 | softmmuonly = "" |
10 | for arch in ['ppcemb']: | 10 | for arch in ['ppcemb', 'lm32']: |
11 | if arch in archs: | 11 | if arch in archs: |
12 | softmmuonly += arch + "-softmmu," | 12 | softmmuonly += arch + "-softmmu," |
13 | archs.remove(arch) | 13 | archs.remove(arch) |