1 load_lib target-supports.exp
2 
3 if { ! [check_effective_target_mmap] } {
4         return 1
5 }
6 
7 if [istarget "m68k-*-linux*"] {
8     # the executable is at the same position the test tries to remap
9     return 1
10 }
11 return 0
12