1 # asm statements for the RL78 do not work as expected
2 if { [istarget "rl78-*-*"] } {
3         return 1;
4 }
5 
6 return 0
7