Hamo wrote:
There are a few gcc toolchain prefixes such as arm-elf, armel-elf, arm-none-eabi, etc. It is a little difficult hard coding all the prefixes in this script. And Such as U-boot and Kernel, both allow their users set their own toolchain prefix.
I think it would be OK to require one specific prefix. I would suggest arm-none-eabi because it is correct, very widely used and also because it is what CodeSourcery G++ Lite uses.
//Peter