mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 18:49:10 +02:00
Revert 29156 as pacakges/fcl-res is not ready for powerpc64 AIX
git-svn-id: trunk@29162 -
This commit is contained in:
parent
0809bde8f2
commit
3670828f3b
@ -272,7 +272,7 @@ begin
|
|||||||
case CurrentTarget.machine of
|
case CurrentTarget.machine of
|
||||||
// mtnone :
|
// mtnone :
|
||||||
mtppc : Result.MachineType:=cmtppc32aix;
|
mtppc : Result.MachineType:=cmtppc32aix;
|
||||||
mtppc64 : Result.MachineType:=cmtppc64aix;
|
// mtppc64 : Result.MachineType:=cmtppc64aix;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ var
|
|||||||
(name : 'i386'; formats : [ofElf, ofCoff, ofMachO]), //mti386
|
(name : 'i386'; formats : [ofElf, ofCoff, ofMachO]), //mti386
|
||||||
(name : 'x86_64'; formats : [ofElf, ofCoff, ofMachO]), //mtx86_64
|
(name : 'x86_64'; formats : [ofElf, ofCoff, ofMachO]), //mtx86_64
|
||||||
(name : 'powerpc'; formats : [ofElf, ofXCoff, ofMachO]), //mtppc
|
(name : 'powerpc'; formats : [ofElf, ofXCoff, ofMachO]), //mtppc
|
||||||
(name : 'powerpc64'; formats : [ofElf, ofXCoff, ofMachO]), //mtppc64
|
(name : 'powerpc64'; formats : [ofElf, {ofXCoff,} ofMachO]), //mtppc64
|
||||||
(name : 'arm'; formats : [ofElf, ofCoff, ofMachO]), //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
|
||||||
@ -102,7 +102,7 @@ var
|
|||||||
mtia64,mtmips,mtmipsel]),
|
mtia64,mtmips,mtmipsel]),
|
||||||
(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}]),
|
||||||
(name : 'mach-o'; ext : '.or'; machines : [mti386,mtx86_64,mtppc,
|
(name : 'mach-o'; ext : '.or'; machines : [mti386,mtx86_64,mtppc,
|
||||||
mtppc64,mtarm]),
|
mtppc64,mtarm]),
|
||||||
(name : 'external'; ext : '.fpcres'; machines : [mtBigEndian,mtLittleEndian])
|
(name : 'external'; ext : '.fpcres'; machines : [mtBigEndian,mtLittleEndian])
|
||||||
|
Loading…
Reference in New Issue
Block a user