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

git-svn-id: trunk@29501 -
This commit is contained in:
florian 2015-01-18 11:19:42 +00:00
parent 94a51e26a0
commit 2c7f1c73ac

View File

@ -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}