Explorar el Código

Use old -m68020 architecture option for m68k-palmos assembler (version 2.14 from PRC tools)

git-svn-id: trunk@36865 -
pierre hace 8 años
padre
commit
225c4f33e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/m68k/ag68kgas.pas

+ 1 - 1
compiler/m68k/ag68kgas.pas

@@ -65,7 +65,7 @@ interface
       const
         MachineArgNewOld: array[boolean] of string = ('-march=','-m');
       begin
-        result:=MachineArgNewOld[target_info.system in [system_m68k_amiga]]+GasCpuTypeStr[current_settings.cputype];
+        result:=MachineArgNewOld[target_info.system in [system_m68k_amiga,system_m68k_palmos]]+GasCpuTypeStr[current_settings.cputype];
       end;
 
  {****************************************************************************}