mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 15:49:39 +02:00
handle system_i386_netbsd for default_target_set
git-svn-id: trunk@37695 -
This commit is contained in:
parent
41586014b2
commit
901f7ba81c
@ -810,6 +810,10 @@ begin
|
||||
default_target(system_i386_openbsd);
|
||||
{$define default_target_set}
|
||||
{$endif}
|
||||
{$ifdef netbsd}
|
||||
default_target(system_i386_netbsd);
|
||||
{$define default_target_set}
|
||||
{$endif}
|
||||
{$ifdef darwin}
|
||||
default_target(system_i386_darwin);
|
||||
{$define default_target_set}
|
||||
|
Loading…
Reference in New Issue
Block a user