1 # This does not work on m68hc11 due to the use of an asm statement
2 # to force a 'long long' (64-bits) to go in a register.
3 
4 if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
5       return 1
6 }
7 
8 return 0
9