mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 07:19:26 +02:00
* elf_x86_64 -> elf_x86_64_sol2, should resolve #27199
git-svn-id: trunk@29358 -
This commit is contained in:
parent
3988de549b
commit
0a19825e25
@ -143,7 +143,7 @@ procedure TLinkersolaris.SetDefaultInfo;
|
||||
}
|
||||
{$ifdef x86_64}
|
||||
const
|
||||
gld = 'gld -m elf_x86_64 ';
|
||||
gld = 'gld -m elf_x86_64_sol2 ';
|
||||
solaris_ld = '/usr/bin/ld -64 ';
|
||||
{$endif}
|
||||
{$ifdef i386}
|
||||
|
Loading…
Reference in New Issue
Block a user