]> Git Repo - qemu.git/commitdiff
linux-user: Activate armeb handler registration
authorMichael Weiser <[email protected]>
Thu, 11 Jan 2018 13:25:33 +0000 (13:25 +0000)
committerPeter Maydell <[email protected]>
Thu, 11 Jan 2018 13:25:33 +0000 (13:25 +0000)
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 <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Message-id: 20171220212308[email protected]
Signed-off-by: Peter Maydell <[email protected]>
scripts/qemu-binfmt-conf.sh

index 597efdbe50eede55627715f56da0ab9856fa7a5f..ea5a7487457c6ec0264bac6da1260535bab63087 100755 (executable)
@@ -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"
 
This page took 0.022839 seconds and 4 git commands to generate.