This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.
Sylvain Munaut 246tnt at gmail.comHi,
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