소스 검색

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

git-svn-id: trunk@29501 -
florian 10 년 전
부모
커밋
2c7f1c73ac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}