소스 검색

m68k: added BSD targets, this means NetBSD, still under development

git-svn-id: trunk@35315 -
Károly Balogh 8 년 전
부모
커밋
94ec8ad854
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      compiler/m68k/cputarg.pas

+ 3 - 0
compiler/m68k/cputarg.pas

@@ -47,6 +47,9 @@ implementation
     {$ifndef NOTARGETPALMOS}
     {$ifndef NOTARGETPALMOS}
       ,t_palmos
       ,t_palmos
     {$endif}
     {$endif}
+    {$ifndef NOTARGETBSD}
+      ,t_bsd
+    {$endif}
 
 
 {**************************************
 {**************************************
           Assembler Readers
           Assembler Readers