mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 21:38:18 +02:00
tarray15: no rodata support on a bunch of m68k platforms
git-svn-id: trunk@40779 -
This commit is contained in:
parent
e30aa5945d
commit
cae98304f8
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user