mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-03 00:29:27 +02:00
+ 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:
parent
b1f7770845
commit
55f12aac03
@ -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 : '';
|
||||
|
@ -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 : '';
|
||||
|
Loading…
Reference in New Issue
Block a user