* 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}
{$ifdef i386}
const
gld = 'gld ';
gld = 'gld -m elf_i386_sol2 ';
solaris_ld = '/usr/bin/ld ';
{$endif }
{$ifdef sparc}