Browse Source

tarray15: no rodata support on a bunch of m68k platforms

git-svn-id: trunk@40779 -
Károly Balogh 6 years ago
parent
commit
cae98304f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/tarray15.pp

+ 1 - 1
tests/test/tarray15.pp

@@ -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}