Hi,
On Tue, Jan 25, 2011 at 10:31 PM, Peter Stuge peter@stuge.se wrote:
The gnuarm.com toolchain works fine but is very old. And although it is based on newlib, the os name in the tuple that we used to configure for is arm-elf-linux, which is of course bogus since we are not building Linux applications.
Well, I don't really agree here.
arm-elf- is a perfectly valid prefix and not only used by the gnuarm toolchain ...
Also, the cross prefix to use should _always_ be entirely selectable by an env variable, and it looks to me like your patch removes that. (i.e. if I do make CROSS_TOLL_PREFIX=arm-elf- it's not gonna work anymore AFAICT)
Cheers,
Sylvain