Explorar o código

* pass -m elf_i386_sol2 to gld on i386-solaris as well, patch by H.Hartl, resolves #27265

git-svn-id: trunk@29501 -
florian %!s(int64=10) %!d(string=hai) anos
pai
achega
2c7f1c73ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/systems/t_sunos.pas

+ 1 - 1
compiler/systems/t_sunos.pas

@@ -148,7 +148,7 @@ const
 {$endif}
 {$ifdef i386}
 const
-  gld = 'gld ';
+  gld = 'gld -m elf_i386_sol2 ';
   solaris_ld = '/usr/bin/ld ';
 {$endif }
 {$ifdef sparc}