Browse Source

Change loongarch64 default dynamic linker directory according to gcc

Pierre Muller 1 year ago
parent
commit
4f7c289029
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/t_linux.pas

+ 1 - 1
compiler/systems/t_linux.pas

@@ -288,7 +288,7 @@ const defdynlinker='/lib/ld-linux-aarch64.so.1';
 {$endif xtensa}
 {$endif xtensa}
 
 
 {$ifdef loongarch64}
 {$ifdef loongarch64}
-  const defdynlinker='/usr/lib64/ld-linux-loongarch-lp64d.so.1';
+  const defdynlinker='/lib64/ld-linux-loongarch-lp64d.so.1';
 {$endif loongarch64}
 {$endif loongarch64}
 
 
 procedure SetupDynlinker(out DynamicLinker:string;out libctype:TLibcType);
 procedure SetupDynlinker(out DynamicLinker:string;out libctype:TLibcType);