소스 검색

* elf_x86_64 -> elf_x86_64_sol2, should resolve #27199

git-svn-id: trunk@29358 -
florian 10 년 전
부모
커밋
0a19825e25
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/systems/t_sunos.pas

+ 1 - 1
compiler/systems/t_sunos.pas

@@ -143,7 +143,7 @@ procedure TLinkersolaris.SetDefaultInfo;
 }
 }
 {$ifdef x86_64}
 {$ifdef x86_64}
 const
 const
-  gld = 'gld -m elf_x86_64 ';
+  gld = 'gld -m elf_x86_64_sol2 ';
   solaris_ld = '/usr/bin/ld -64 ';
   solaris_ld = '/usr/bin/ld -64 ';
 {$endif}
 {$endif}
 {$ifdef i386}
 {$ifdef i386}