소스 검색

+ enabled the ZX Spectrum internal linker

git-svn-id: trunk@45579 -
nickysn 5 년 전
부모
커밋
d1377777be
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      compiler/systems/i_zxspectrum.pas

+ 0 - 4
compiler/systems/i_zxspectrum.pas

@@ -69,11 +69,7 @@ unit i_zxspectrum;
             dirsep       : '/';
             assem        : as_z80_rel;
             assemextern  : as_sdcc_sdasz80;
-{$ifdef Z80_INTERNAL_LINKER}
             link         : ld_int_zxspectrum;
-{$else Z80_INTERNAL_LINKER}
-            link         : ld_none;
-{$endif Z80_INTERNAL_LINKER}
             linkextern   : ld_zxspectrum;
             ar           : ar_sdcc_sdar;
             res          : res_none;