Explorar el Código

* fix native linker end group delimiter

git-svn-id: trunk@14356 -
pierre hace 16 años
padre
commit
98470e953d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/systems/t_sunos.pas

+ 1 - 1
compiler/systems/t_sunos.pas

@@ -415,7 +415,7 @@ begin
         S:=StaticLibFiles.GetFirst;
         LinkRes.AddFileName(maybequoted(s))
       end;
-     linkres.add('(-'); 
+     linkres.add('-)'); 
    end;
 
   { Write sharedlibraries like -l<lib>, also add the needed dynamic linker