Revert 29156 as pacakges/fcl-res is not ready for powerpc64 AIX

git-svn-id: trunk@29162 -
This commit is contained in:
pierre 2014-11-26 17:21:31 +00:00
parent 0809bde8f2
commit 3670828f3b
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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])