Sfoglia il codice sorgente

* dyn. linker path fixed for x86_64

florian 20 anni fa
parent
commit
ce3f177339
1 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. 5 2
      compiler/systems/t_linux.pas

+ 5 - 2
compiler/systems/t_linux.pas

@@ -244,7 +244,7 @@ begin
 {$endif i386}
 {$endif i386}
 
 
 {$ifdef x86_64}
 {$ifdef x86_64}
-     DynamicLinker:='/lib/ld-linux-x86-64.so.2';
+     DynamicLinker:='/lib64/ld-linux-x86-64.so.2';
      libctype:=glibc2;
      libctype:=glibc2;
 {$endif x86_64}
 {$endif x86_64}
 
 
@@ -578,7 +578,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.30  2004-11-17 22:22:12  peter
+  Revision 1.31  2004-12-19 14:03:16  florian
+    * dyn. linker path fixed for x86_64
+
+  Revision 1.30  2004/11/17 22:22:12  peter
   mangledname setting moved to place after the complete proc declaration is read
   mangledname setting moved to place after the complete proc declaration is read
   import generation moved to place where body is also parsed (still gives problems with win32)
   import generation moved to place where body is also parsed (still gives problems with win32)