diff --git a/compiler/systems/t_linux.pas b/compiler/systems/t_linux.pas index 1a4491ec49..0778aa302c 100644 --- a/compiler/systems/t_linux.pas +++ b/compiler/systems/t_linux.pas @@ -160,6 +160,9 @@ begin {$ifdef powerpc} LibrarySearchPath.AddPath(sysrootpath,'/usr/lib/powerpc-linux-gnu',true); {$endif powerpc} +{$ifdef m68k} + LibrarySearchPath.AddPath(sysrootpath,'/usr/lib/m68k-linux-gnu',true); +{$endif m68k} end; end;