1 # sprintf() does not support %f on m6811/m6812 target. 2 if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"]} { 3 return 1 4 } 5 return 0 6