mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 07:10:27 +02:00
* fixed for darwin
git-svn-id: trunk@3413 -
This commit is contained in:
parent
76f5a23aff
commit
da3d22e11e
@ -279,7 +279,8 @@ implementation
|
||||
{ For bss we need to set some flags that are target dependent,
|
||||
it is easier to disable it for smartlinking. It doesn't take up
|
||||
filespace }
|
||||
if use_smartlink_section and
|
||||
if not(target_info.system in [system_powerpc_darwin,system_i386_darwin]) and
|
||||
use_smartlink_section and
|
||||
(aname<>'') and
|
||||
(atype<>sec_bss) then
|
||||
result:=secname+'.'+aname
|
||||
|
Loading…
Reference in New Issue
Block a user