Ver código fonte

+ Patch from colin western to let linker use internal script

git-svn-id: trunk@975 -
michael 20 anos atrás
pai
commit
69d44da006
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      compiler/systems/t_linux.pas

+ 2 - 2
compiler/systems/t_linux.pas

@@ -217,8 +217,8 @@ var
 begin
 begin
   with Info do
   with Info do
    begin
    begin
-     ExeCmd[1]:='ld '+platform_select+' $OPT $DYNLINK $STATIC $GCSECTIONS $STRIP -L. -o $EXE -T $RES';
-     DllCmd[1]:='ld '+platform_select+' $OPT $INIT $FINI $SONAME -shared -L. -o $EXE -T $RES';
+     ExeCmd[1]:='ld '+platform_select+' $OPT $DYNLINK $STATIC $GCSECTIONS $STRIP -L. -o $EXE $RES';
+     DllCmd[1]:='ld '+platform_select+' $OPT $INIT $FINI $SONAME -shared -L. -o $EXE $RES';
      DllCmd[2]:='strip --strip-unneeded $EXE';
      DllCmd[2]:='strip --strip-unneeded $EXE';
 {$ifdef m68k}
 {$ifdef m68k}
      libctype:=glibc2;
      libctype:=glibc2;