Browse Source

* fixed compilation for x86-64

git-svn-id: trunk@8698 -
florian 18 years ago
parent
commit
655ac519d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/t_linux.pas

+ 1 - 1
compiler/systems/t_linux.pas

@@ -264,7 +264,7 @@ begin
 {$endif}
 
 {$ifdef x86_64}
-     defdynlinker:='/lib/ld-linux-x86-64.so.2'
+     defdynlinker:='/lib/ld-linux-x86-64.so.2';
 {$endif x86_64}
 
 {$ifdef sparc}