Browse Source

* sunos is not supported on mips

git-svn-id: trunk@14341 -
florian 15 years ago
parent
commit
2fbf2df137
1 changed files with 0 additions and 4 deletions
  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.