mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 06:49:26 +01:00
* removed -Bsymbolic, there was a namespace conflict between
the program and libraries that caused problems but that is now
fixed by r6643
git-svn-id: trunk@6645 -
This commit is contained in:
parent
9a0f769b2f
commit
8d9e138927
@ -238,8 +238,7 @@ begin
|
||||
with Info do
|
||||
begin
|
||||
ExeCmd[1]:='ld '+platform_select+' $OPT $DYNLINK $STATIC $GCSECTIONS $STRIP -L. -o $EXE $RES';
|
||||
{ use -Bsymbolic to avoid shadowing }
|
||||
DllCmd[1]:='ld '+platform_select+' $OPT $INIT $FINI $SONAME -shared -L. -o $EXE $RES -E -Bsymbolic';
|
||||
DllCmd[1]:='ld '+platform_select+' $OPT $INIT $FINI $SONAME -shared -L. -o $EXE $RES -E';
|
||||
DllCmd[2]:='strip --strip-unneeded $EXE';
|
||||
{$ifdef m68k}
|
||||
libctype:=glibc2;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user