소스 검색

* switch back to using an unscripted ar for the ZX Spectrum target

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

+ 1 - 1
compiler/systems/i_zxspectrum.pas

@@ -65,7 +65,7 @@ unit i_zxspectrum;
             assemextern  : as_sdcc_sdasz80;
             link         : ld_none;
             linkextern   : ld_zxspectrum;
-            ar           : ar_sdcc_sdar_scripted;
+            ar           : ar_sdcc_sdar;
             res          : res_none;
             dbg          : dbg_dwarf2;
             script       : script_unix;