Parcourir la source

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

git-svn-id: trunk@29501 -
florian il y a 10 ans
Parent
commit
2c7f1c73ac
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      compiler/systems/t_sunos.pas

+ 1 - 1
compiler/systems/t_sunos.pas

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