mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 11:29:20 +02:00
* Empty set?
This commit is contained in:
parent
d8682f36b9
commit
975f0118ac
@ -62,7 +62,7 @@ begin
|
||||
P.Email := '';
|
||||
P.Description := 'Rtl-extra, RTL not needed for bootstrapping';
|
||||
P.NeedLibC:= false;
|
||||
P.Dependencies.Add('rtl-objpas',[]);
|
||||
P.Dependencies.Add('rtl-objpas');
|
||||
P.Dependencies.Add('morphunits',[morphos]);
|
||||
P.Dependencies.Add('arosunits',[aros]);
|
||||
if Defaults.CPU=m68k then
|
||||
|
Loading…
Reference in New Issue
Block a user