[PATCH] Adjust top-level Makefile for arm-none-eabi toolchain
Sylvain Munaut
246tnt at gmail.com
Tue Jan 25 22:38:45 CET 2011
Hi,
On Tue, Jan 25, 2011 at 10:31 PM, Peter Stuge <peter at 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
More information about the baseband-devel
mailing list