+ added the tf_no_objectfiles_when_smartlinking target flag to z80-zxspectrum and z80-embedded

git-svn-id: branches/z80@45083 -
This commit is contained in:
nickysn 2020-04-26 10:22:07 +00:00
parent b1f7770845
commit 55f12aac03
2 changed files with 4 additions and 2 deletions

View File

@ -722,7 +722,8 @@ unit i_embed;
name : 'Embedded';
shortname : 'embedded';
flags : [tf_needs_symbol_size,tf_files_case_sensitive,
tf_smartlink_library];
tf_smartlink_library,
tf_no_objectfiles_when_smartlinking];
cpu : cpu_sys_z80;
unit_env : '';
extradefines : '';

View File

@ -34,7 +34,8 @@ unit i_zxspectrum;
name : 'ZX Spectrum';
shortname : 'zxspectrum';
flags : [tf_needs_symbol_size,tf_files_case_sensitive,
tf_smartlink_library];
tf_smartlink_library,
tf_no_objectfiles_when_smartlinking];
cpu : cpu_sys_z80;
unit_env : '';
extradefines : '';