File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22# Enable automatic program execution by the kernel.
33
4- qemu_target_list=" arc64"
4+ qemu_target_list=" arc64 arc32 "
55
66# i386 i486 alpha arm armeb sparc sparc32plus sparc64 \
77# ppc ppc64 ppc64le m68k mips mipsel mipsn32 mipsn32el mips64 mips64el \
@@ -12,6 +12,10 @@ arc64_magic='\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\xfd
1212arc64_mask=' \xff\xff\xff\xff\xff\xfe\xfe\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff'
1313arc64_family=arc64
1414
15+ arc32_magic=' \x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\xff\x00'
16+ arc32_mask=' \xff\xff\xff\xff\xff\xfe\xfe\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff'
17+ arc32_family=arc32
18+
1519i386_magic=' \x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x03\x00'
1620i386_mask=' \xff\xff\xff\xff\xff\xfe\xfe\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff'
1721i386_family=i386
You can’t perform that action at this time.
0 commit comments