920501-4.x   [plain text]


# This test fails on HC11/HC12 when it is compiled without -mshort because 
# the 'r0' array is too large.  Force to use 16-bit ints for it.
if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
	set options "-mshort"
}
return 0