Re: [PATCH v2] ARM: Remove '-p' from LDFLAGS

From: Nick Desaulniers
Date: Mon Jan 07 2019 - 14:19:18 EST


On Sat, Jan 5, 2019 at 8:34 AM Nicolas Pitre <nicolas.pitre@xxxxxxxxxx> wrote:
>
> On Mon, 31 Dec 2018, Nathan Chancellor wrote:
>
> > This option is not supported by lld:
> >
> > ld.lld: error: unknown argument: -p
> >
> > This has been a no-op in binutils since 2004 (see commit dea514f51da1 in
> > that tree). Given that the lowest officially supported of binutils for
> > the kernel is 2.20, which was released in 2009, nobody needs this flag
> > around so just remove it. Commit 1a381d4a0a9a ("arm64: remove no-op -p
> > linker flag") did the same for arm64.
> >
> > Signed-off-by: Nathan Chancellor <natechancellor@xxxxxxxxx>
> > Acked-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
> > Acked-by: Nicolas Pitre <nico@xxxxxxxxxx>
> > Reviewed-by: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
> > Reviewed-by: Stefan Agner <stefan@xxxxxxxx>
>
> You may now submit your patch to RMK's patch system:
> http://www.arm.linux.org.uk/developer/patches/

http://www.arm.linux.org.uk/developer/patches/info.php
"""
Mailing your patch.
Mail it to patches@xxxxxxxxxxxxxxx and check the reply.
"""

*sighs in GitHub*
--
Thanks,
~Nick Desaulniers