Преглед изворни кода

* sunos is not supported on mips

git-svn-id: trunk@14341 -
florian пре 15 година
родитељ
комит
2fbf2df137
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      compiler/mips/cputarg.pas

+ 0 - 4
compiler/mips/cputarg.pas

@@ -42,16 +42,12 @@ implementation
     {$ifndef NOTARGETLINUX}
     {$ifndef NOTARGETLINUX}
       ,t_linux
       ,t_linux
     {$endif}
     {$endif}
-    {$ifndef NOTARGETSUNOS}
-      ,t_sunos
-    {$endif}
 
 
 {**************************************
 {**************************************
              Assemblers
              Assemblers
 **************************************}
 **************************************}
 
 
       ,CpuGas
       ,CpuGas
-
       ;
       ;
 
 
 end.
 end.