mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:46:00 +02:00
m68k: added BSD targets, this means NetBSD, still under development
git-svn-id: trunk@35315 -
This commit is contained in:
parent
7911cc8437
commit
94ec8ad854
@ -47,6 +47,9 @@ implementation
|
|||||||
{$ifndef NOTARGETPALMOS}
|
{$ifndef NOTARGETPALMOS}
|
||||||
,t_palmos
|
,t_palmos
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$ifndef NOTARGETBSD}
|
||||||
|
,t_bsd
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{**************************************
|
{**************************************
|
||||||
Assembler Readers
|
Assembler Readers
|
||||||
|
Loading…
Reference in New Issue
Block a user