mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 05:39:19 +02:00
* fix linker map generation on Darwin
git-svn-id: trunk@48401 -
This commit is contained in:
parent
b446023e5b
commit
9df70f08b1
@ -481,7 +481,7 @@ implementation
|
|||||||
emulstr:='';
|
emulstr:='';
|
||||||
ltostr:='';
|
ltostr:='';
|
||||||
if (cs_link_map in current_settings.globalswitches) then
|
if (cs_link_map in current_settings.globalswitches) then
|
||||||
mapstr:='-Map '+maybequoted(ChangeFileExt(current_module.exefilename,'.map'));
|
mapstr:='-map '+maybequoted(ChangeFileExt(current_module.exefilename,'.map'));
|
||||||
|
|
||||||
if (cs_link_staticflag in current_settings.globalswitches) then
|
if (cs_link_staticflag in current_settings.globalswitches) then
|
||||||
StaticStr:='-static';
|
StaticStr:='-static';
|
||||||
|
Loading…
Reference in New Issue
Block a user