mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 23:09:09 +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;
|
program tarray15;
|
||||||
|
|
||||||
{$define target_supports_rodata}
|
{$define target_supports_rodata}
|
||||||
{$if defined(msdos)}
|
{$if defined(msdos) and defined(amiga) and defined(atari) and defined(palmos)}
|
||||||
{$undef target_supports_rodata}
|
{$undef target_supports_rodata}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user