mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 03:48:07 +02:00
Add aix specific options
git-svn-id: trunk@27627 -
This commit is contained in:
parent
b258b6dc04
commit
83580077ab
@ -107,6 +107,11 @@ begin
|
||||
end;
|
||||
netbsd : P.Options.Add('-Xd');
|
||||
linux : P.Options.Add('-Xd');
|
||||
aix : begin
|
||||
P.Options.Add('-Xd');
|
||||
P.Options.Add('-Fl/opt/freeware/lib');
|
||||
P.Options.Add('-k-bbigtoc');
|
||||
end;
|
||||
end; {case}
|
||||
|
||||
P.NeedLibc := true;
|
||||
|
Loading…
Reference in New Issue
Block a user