On 08/12/16 22:55, Josh Conner wrote: > + arm*-*-fuchsia*) > + tm_file="${tm_file} fuchsia.h arm/fuchsia-elf.h glibc-stdint.h" > + tmake_file="${tmake_file} arm/t-bpabi" > + ;;
This will leave the default cpu as arm7tdmi. Is that what you want? It's fine if it is, but if not, you should consider setting target_cpu_cname here as well. R.