Quellcode durchsuchen

* sunos is not supported on mips

git-svn-id: trunk@14341 -
florian vor 15 Jahren
Ursprung
Commit
2fbf2df137
1 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
  1. 0 4
      compiler/mips/cputarg.pas

+ 0 - 4
compiler/mips/cputarg.pas

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