1 # h8300 does not have long long
2 if { [istarget "h8300-*-*"] } {
3         return 1;
4 }
5 
6 return 0
7