|
@@ -199,6 +199,8 @@ begin
|
|
{$ifdef sparc64}
|
|
{$ifdef sparc64}
|
|
LibrarySearchPath.AddLibraryPath(sysrootpath,'=/usr/lib/sparc64-linux-gnu',true);
|
|
LibrarySearchPath.AddLibraryPath(sysrootpath,'=/usr/lib/sparc64-linux-gnu',true);
|
|
LibrarySearchPath.AddLibraryPath(sysrootpath,'=/lib/sparc64-linux-gnu',true);
|
|
LibrarySearchPath.AddLibraryPath(sysrootpath,'=/lib/sparc64-linux-gnu',true);
|
|
|
|
+ LibrarySearchPath.AddLibraryPath(sysrootpath,'=/usr/lib64',true);
|
|
|
|
+ LibrarySearchPath.AddLibraryPath(sysrootpath,'=/lib64',true);
|
|
{$endif sparc64}
|
|
{$endif sparc64}
|
|
{$ifdef riscv32}
|
|
{$ifdef riscv32}
|
|
LibrarySearchPath.AddLibraryPath(sysrootpath,'=/usr/lib/riscv32-linux-gnu',true);
|
|
LibrarySearchPath.AddLibraryPath(sysrootpath,'=/usr/lib/riscv32-linux-gnu',true);
|