mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-02 15:02:32 +02:00
* Set solaris default for x86_64 compiler if on solaris system
git-svn-id: trunk@14241 -
This commit is contained in:
parent
30161fdc04
commit
b19f79bc58
@ -875,6 +875,10 @@ begin
|
||||
default_target(system_x86_64_freebsd);
|
||||
{$define default_target_set}
|
||||
{$endif}
|
||||
{$ifdef solaris}
|
||||
default_target(system_x86_64_solaris);
|
||||
{$define default_target_set}
|
||||
{$endif}
|
||||
{$ifdef darwin}
|
||||
default_target(system_x86_64_darwin);
|
||||
{$define default_target_set}
|
||||
|
Loading…
Reference in New Issue
Block a user