mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 15:59:45 +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
|
||||
// mtnone :
|
||||
mtppc : Result.MachineType:=cmtppc32aix;
|
||||
mtppc64 : Result.MachineType:=cmtppc64aix;
|
||||
// mtppc64 : Result.MachineType:=cmtppc64aix;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
@ -74,7 +74,7 @@ var
|
||||
(name : 'i386'; formats : [ofElf, ofCoff, ofMachO]), //mti386
|
||||
(name : 'x86_64'; formats : [ofElf, ofCoff, ofMachO]), //mtx86_64
|
||||
(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 : 'armeb'; formats : [ofElf]), //mtarmeb
|
||||
(name : 'm68k'; formats : [ofElf]), //mtm68k
|
||||
@ -102,7 +102,7 @@ var
|
||||
mtia64,mtmips,mtmipsel]),
|
||||
(name : 'coff'; ext : '.o'; machines : [mti386,mtx86_64,mtarm,
|
||||
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,
|
||||
mtppc64,mtarm]),
|
||||
(name : 'external'; ext : '.fpcres'; machines : [mtBigEndian,mtLittleEndian])
|
||||
|
Loading…
Reference in New Issue
Block a user