mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 18:10:26 +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}
|
||||
{$ifdef i386}
|
||||
const
|
||||
gld = 'gld ';
|
||||
gld = 'gld -m elf_i386_sol2 ';
|
||||
solaris_ld = '/usr/bin/ld ';
|
||||
{$endif }
|
||||
{$ifdef sparc}
|
||||
|
Loading…
Reference in New Issue
Block a user