Преглед изворни кода

Change loongarch64 default dynamic linker directory according to gcc

Pierre Muller пре 2 година
родитељ
комит
3ee4991ada
1 измењених фајлова са 1 додато и 1 уклоњено
  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);