tarray15: no rodata support on a bunch of m68k platforms

git-svn-id: trunk@40779 -
This commit is contained in:
Károly Balogh 2019-01-06 10:50:02 +00:00
parent e30aa5945d
commit cae98304f8

View File

@ -1,7 +1,7 @@
program tarray15;
{$define target_supports_rodata}
{$if defined(msdos)}
{$if defined(msdos) and defined(amiga) and defined(atari) and defined(palmos)}
{$undef target_supports_rodata}
{$endif}