mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:26:02 +02:00
* Always specify dynamic linker name for executables.
git-svn-id: branches/targetandroid@23289 -
This commit is contained in:
parent
b0fb02e4c9
commit
2dcb174f25
@ -366,10 +366,7 @@ begin
|
|||||||
|
|
||||||
if not IsSharedLib then
|
if not IsSharedLib then
|
||||||
begin
|
begin
|
||||||
if (cs_profile in current_settings.moduleswitches) or
|
opts:=opts + ' --dynamic-linker=' + Info.DynamicLinker;
|
||||||
((Info.DynamicLinker<>'') and (not SharedLibFiles.Empty))
|
|
||||||
then
|
|
||||||
opts:=opts + ' --dynamic-linker=' + Info.DynamicLinker;
|
|
||||||
{ create dynamic symbol table? }
|
{ create dynamic symbol table? }
|
||||||
if HasExports then
|
if HasExports then
|
||||||
opts:=opts+' -E';
|
opts:=opts+' -E';
|
||||||
|
Loading…
Reference in New Issue
Block a user