mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 13:49:15 +02:00
disable gdbint dependency on Amiga
git-svn-id: trunk@28631 -
This commit is contained in:
parent
2e80906133
commit
21c8dea451
@ -165,7 +165,7 @@ begin
|
|||||||
{ This one is only needed if DEBUG is set }
|
{ This one is only needed if DEBUG is set }
|
||||||
P.Dependencies.Add('regexpr');
|
P.Dependencies.Add('regexpr');
|
||||||
if not (NoGDBOption) then
|
if not (NoGDBOption) then
|
||||||
P.Dependencies.Add('gdbint',AllOSes-[morphos,aros]);
|
P.Dependencies.Add('gdbint',AllOSes-AllAmigaLikeOSes);
|
||||||
P.Dependencies.Add('graph',[go32v2]);
|
P.Dependencies.Add('graph',[go32v2]);
|
||||||
|
|
||||||
P.SupportBuildModes:=[bmOneByOne];
|
P.SupportBuildModes:=[bmOneByOne];
|
||||||
|
Loading…
Reference in New Issue
Block a user