|
@@ -58,7 +58,7 @@ var
|
|
(name : 'x86_64'; formats : [ofElf, ofCoff, ofMachO]), //mtx86_64
|
|
(name : 'x86_64'; formats : [ofElf, ofCoff, ofMachO]), //mtx86_64
|
|
(name : 'powerpc'; formats : [ofElf, ofMachO]), //mtppc
|
|
(name : 'powerpc'; formats : [ofElf, ofMachO]), //mtppc
|
|
(name : 'powerpc64'; formats : [ofElf, ofMachO]), //mtppc64
|
|
(name : 'powerpc64'; formats : [ofElf, ofMachO]), //mtppc64
|
|
- (name : 'arm'; formats : [ofElf, ofCoff]), //mtarm
|
|
|
|
|
|
+ (name : 'arm'; formats : [ofElf, ofCoff, ofMachO]), //mtarm
|
|
(name : 'armeb'; formats : [ofElf]), //mtarmeb
|
|
(name : 'armeb'; formats : [ofElf]), //mtarmeb
|
|
(name : 'm68k'; formats : [ofElf]), //mtm68k
|
|
(name : 'm68k'; formats : [ofElf]), //mtm68k
|
|
(name : 'sparc'; formats : [ofElf]), //mtsparc
|
|
(name : 'sparc'; formats : [ofElf]), //mtsparc
|
|
@@ -78,7 +78,7 @@ var
|
|
mtia64]),
|
|
mtia64]),
|
|
(name : 'coff'; ext : '.o'; machines : [mti386,mtx86_64,mtarm]),
|
|
(name : 'coff'; ext : '.o'; machines : [mti386,mtx86_64,mtarm]),
|
|
(name : 'mach-o'; ext : '.or'; machines : [mti386,mtx86_64,mtppc,
|
|
(name : 'mach-o'; ext : '.or'; machines : [mti386,mtx86_64,mtppc,
|
|
- mtppc64]),
|
|
|
|
|
|
+ mtppc64,mtarm]),
|
|
(name : 'external'; ext : '.fpcres'; machines : [mtBigEndian,mtLittleEndian])
|
|
(name : 'external'; ext : '.fpcres'; machines : [mtBigEndian,mtLittleEndian])
|
|
);
|
|
);
|
|
|
|
|