[PATCH v3 06/10] bsps/arm: Break out linker script for AArch64
Kinsey Moore
kinsey.moore at oarcorp.com
Mon Oct 5 14:34:05 UTC 2020
-----Original Message-----
From: Sebastian Huber <sebastian.huber at embedded-brains.de>
Sent: Monday, October 5, 2020 02:11
To: Kinsey Moore <kinsey.moore at oarcorp.com>; devel at rtems.org
Subject: Re: [PATCH v3 06/10] bsps/arm: Break out linker script for AArch64
On 04/10/2020 06:18, Kinsey Moore wrote:
> This breaks out the common section of the ARM linker script that is
> usable by AArch64 BSPs to avoid duplication of the vast majority. To
> do so, it was necessary to add a new linker path at bsps/shared/start.
Sorry, I didn't consider that using a linker script shared by different architectures requires a new library path in the build. I think in this case I would prefer a copy and paste linkcmds.base. One for arm and one for aarch64.
[]
Oh well, on the plus side, undoing this change will be much more trivial than doing/testing it was in the first place.
Kinsey
More information about the devel
mailing list