* 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:
peter 2007-02-25 16:44:02 +00:00
parent 9a0f769b2f
commit 8d9e138927

View File

@ -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;