|
@@ -83,7 +83,7 @@ var
|
|
(name : 'ia64'; formats : [ofElf]), //mtia64
|
|
(name : 'ia64'; formats : [ofElf]), //mtia64
|
|
(name : 'mips'; formats : [ofElf]; alias : 'mipseb'), //mtmips
|
|
(name : 'mips'; formats : [ofElf]; alias : 'mipseb'), //mtmips
|
|
(name : 'mipsel'; formats : [ofElf]), //mtmipsel
|
|
(name : 'mipsel'; formats : [ofElf]), //mtmipsel
|
|
- (name : 'aarch64'; formats : [ofMachO]), //mtaarch64
|
|
|
|
|
|
+ (name : 'aarch64'; formats : [ofElf, ofMachO]), //mtaarch64
|
|
(name : 'powerpc64le'; formats : [ofElf]), //mtppc64le
|
|
(name : 'powerpc64le'; formats : [ofElf]), //mtppc64le
|
|
(name : 'bigendian'; formats : [ofExt]), //mtBigEndian
|
|
(name : 'bigendian'; formats : [ofExt]), //mtBigEndian
|
|
(name : 'littleendian'; formats : [ofExt]) //mtLittleEndian
|
|
(name : 'littleendian'; formats : [ofExt]) //mtLittleEndian
|
|
@@ -102,7 +102,7 @@ var
|
|
mtppc64,mtarm,mtarmeb,
|
|
mtppc64,mtarm,mtarmeb,
|
|
mtm68k,mtsparc,mtalpha,
|
|
mtm68k,mtsparc,mtalpha,
|
|
mtia64,mtmips,mtmipsel,
|
|
mtia64,mtmips,mtmipsel,
|
|
- mtppc64le]),
|
|
|
|
|
|
+ mtppc64le,mtaarch64]),
|
|
(name : 'coff'; ext : '.o'; machines : [mti386,mtx86_64,mtarm,
|
|
(name : 'coff'; ext : '.o'; machines : [mti386,mtx86_64,mtarm,
|
|
mtppc,mtppc64]),
|
|
mtppc,mtppc64]),
|
|
(name : 'xcoff'; ext : '.o'; machines : [mtppc{,mtppc64}]),
|
|
(name : 'xcoff'; ext : '.o'; machines : [mtppc{,mtppc64}]),
|