mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-28 06:43:39 +02:00
* always use the regular secnames for darwin currently
git-svn-id: trunk@1937 -
This commit is contained in:
parent
0cd68e3c5d
commit
dac02c3032
@ -218,7 +218,8 @@ implementation
|
||||
var
|
||||
secname : string;
|
||||
begin
|
||||
if cs_create_pic in aktmoduleswitches then
|
||||
if (cs_create_pic in aktmoduleswitches) and
|
||||
not(target_info.system in [system_powerpc_darwin,system_i386_darwin]) then
|
||||
secname:=secnames_pic[atype]
|
||||
else
|
||||
secname:=secnames[atype];
|
||||
|
Loading…
Reference in New Issue
Block a user