[Buildroot] [PATCH] package/arm-gnu-a-toolchain: bump to version 10.3-2021.07

Arnout Vandecappelle arnout at mind.be
Mon Sep 20 18:52:29 UTC 2021



On 20/09/2021 14:01, Thomas Petazzoni wrote:
> On Mon, 20 Sep 2021 11:18:34 +0200
> Arnout Vandecappelle <arnout at mind.be> wrote:
> 
>>    Yeah, you get libgcc and libstdc++ from the gcc source. libstdc++ is probably
>> not used . libgcc may not be linked in either if -nostdlib is used (which it
>> probably is).
> 
> I think there's more than that, there is a c_nano library integrated in
> this toolchain. I'm not sure what it is, but the Cortex-M4 code we're
> building links against that library (I haven't investigated further for
> now).

  Obviously, I can't comment on some mysterious out-of-tree package you have...

  If that package (which I guess will eventually be upstreamed) links with 
anything that is part of the toolchain, that's still fine as long as there's no 
other package (i.e. ATF) links with it (and expects a different target 
architecture).

  However, if the intention is to use the toolchain for a Cortex-M and you need 
any of its libraries, it's probably a lot cleaner to simply have a separate 
arm-gnu-a-toolchain and arm-gnu-rm-toolchain. It's definitely a bit weird to 
have a package "arm-gnu-a-toolchain" that actually uses the -rm one...

  Regards,
  Arnout


More information about the buildroot mailing list