mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-10 02:58:23 +02:00
Do not set default target to system_sparc64_solaris on solaris OS for sparc64 compiler as this target is not yet supported
This commit is contained in:
parent
5913c17805
commit
291532e740
@ -1085,10 +1085,10 @@ begin
|
|||||||
{$ifdef cpusparc64}
|
{$ifdef cpusparc64}
|
||||||
default_target(source_info.system);
|
default_target(source_info.system);
|
||||||
{$else cpusparc64}
|
{$else cpusparc64}
|
||||||
{$ifdef solaris}
|
// {$ifdef solaris}
|
||||||
{$define default_target_set}
|
// {$define default_target_set}
|
||||||
default_target(system_sparc64_solaris);
|
// default_target(system_sparc64_solaris);
|
||||||
{$endif}
|
// {$endif}
|
||||||
{$ifndef default_target_set}
|
{$ifndef default_target_set}
|
||||||
default_target(system_sparc64_linux);
|
default_target(system_sparc64_linux);
|
||||||
{$endif ndef default_target_set}
|
{$endif ndef default_target_set}
|
||||||
|
Loading…
Reference in New Issue
Block a user