Explorar o código

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

git-svn-id: trunk@29162 -
pierre %!s(int64=10) %!d(string=hai) anos
pai
achega
3670828f3b
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      utils/fpcres/fpcres.pas
  2. 2 2
      utils/fpcres/target.pas

+ 1 - 1
utils/fpcres/fpcres.pas

@@ -272,7 +272,7 @@ begin
   case CurrentTarget.machine of
 //    mtnone :
     mtppc : Result.MachineType:=cmtppc32aix;
-    mtppc64 : Result.MachineType:=cmtppc64aix;
+//    mtppc64 : Result.MachineType:=cmtppc64aix;
   end;
 end;
 

+ 2 - 2
utils/fpcres/target.pas

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