Browse Source

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

git-svn-id: branches/z80@45081 -
nickysn 5 years ago
parent
commit
f74d7f1059
1 changed files with 1 additions and 1 deletions
  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;
             assemextern  : as_sdcc_sdasz80;
             link         : ld_none;
             link         : ld_none;
             linkextern   : ld_zxspectrum;
             linkextern   : ld_zxspectrum;
-            ar           : ar_sdcc_sdar_scripted;
+            ar           : ar_sdcc_sdar;
             res          : res_none;
             res          : res_none;
             dbg          : dbg_dwarf2;
             dbg          : dbg_dwarf2;
             script       : script_unix;
             script       : script_unix;