diff options
| author | Michael Weiser | 2018-01-11 14:25:33 +0100 |
|---|---|---|
| committer | Peter Maydell | 2018-01-11 14:25:33 +0100 |
| commit | bfe69cc867dfef4b8af348f1f7e36b2727283c4c (patch) | |
| tree | d17781d748a53ad69a95002391ddce6af2195c38 | |
| parent | linux-user: Separate binfmt arm CPU families (diff) | |
| download | qemu-bfe69cc867dfef4b8af348f1f7e36b2727283c4c.tar.gz qemu-bfe69cc867dfef4b8af348f1f7e36b2727283c4c.tar.xz qemu-bfe69cc867dfef4b8af348f1f7e36b2727283c4c.zip | |
linux-user: Activate armeb handler registration
armeb is missing from the target list in qemu-binfmt-conf.sh. Add it so
the handler for those binaries gets registered by the script.
Signed-off-by: Michael Weiser <michael.weiser@gmx.de>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-id: 20171220212308.12614-8-michael.weiser@gmx.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
| -rwxr-xr-x | scripts/qemu-binfmt-conf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemu-binfmt-conf.sh b/scripts/qemu-binfmt-conf.sh index 597efdbe50..ea5a748745 100755 --- a/scripts/qemu-binfmt-conf.sh +++ b/scripts/qemu-binfmt-conf.sh @@ -2,7 +2,7 @@ # enable automatic i386/ARM/M68K/MIPS/SPARC/PPC/s390/HPPA # program execution by the kernel -qemu_target_list="i386 i486 alpha arm sparc32plus ppc ppc64 ppc64le m68k \ +qemu_target_list="i386 i486 alpha arm armeb sparc32plus ppc ppc64 ppc64le m68k \ mips mipsel mipsn32 mipsn32el mips64 mips64el \ sh4 sh4eb s390x aarch64 aarch64_be hppa" |
