mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-19 02:49:18 +02:00
* 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:
parent
94a51e26a0
commit
2c7f1c73ac
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user