mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 22:50:18 +02:00
atari: add tf_requires_proper_alignment to the atari target
git-svn-id: trunk@34703 -
This commit is contained in:
parent
aefa69b390
commit
b8e1151eed
@ -34,7 +34,7 @@ unit i_atari;
|
||||
system : system_m68k_Atari;
|
||||
name : 'Atari ST/STE';
|
||||
shortname : 'atari';
|
||||
flags : [tf_use_8_3];
|
||||
flags : [tf_use_8_3,tf_requires_proper_alignment];
|
||||
cpu : cpu_m68k;
|
||||
unit_env : '';
|
||||
extradefines : '';
|
||||
|
Loading…
Reference in New Issue
Block a user