1# This test fails on HC11/HC12 when it is compiled without -mshort because
2# the stack arrays are too large.  Force to use 16-bit ints for it.
3if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
4	set options "-mshort"
5}
6return 0
7