Explorar o código

m68k: also add Debian's custom library path like on other CPUs

git-svn-id: trunk@36645 -
Károly Balogh %!s(int64=8) %!d(string=hai) anos
pai
achega
8a22807efa
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      compiler/systems/t_linux.pas

+ 3 - 0
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;