mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:29:17 +02:00
* sunos is not supported on mips
git-svn-id: trunk@14341 -
This commit is contained in:
parent
9e59c6dec7
commit
2fbf2df137
@ -42,16 +42,12 @@ implementation
|
|||||||
{$ifndef NOTARGETLINUX}
|
{$ifndef NOTARGETLINUX}
|
||||||
,t_linux
|
,t_linux
|
||||||
{$endif}
|
{$endif}
|
||||||
{$ifndef NOTARGETSUNOS}
|
|
||||||
,t_sunos
|
|
||||||
{$endif}
|
|
||||||
|
|
||||||
{**************************************
|
{**************************************
|
||||||
Assemblers
|
Assemblers
|
||||||
**************************************}
|
**************************************}
|
||||||
|
|
||||||
,CpuGas
|
,CpuGas
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user