Comment 26 for bug 1533009

Revision history for this message
dann frazier (dannf) wrote : Re: [Bug 1533009] Re: arm64: "unsupported RELA relocation"

On Thu, Jan 21, 2016 at 9:59 AM, Christophe Lyon
<email address hidden> wrote:
> Updating arch/arm64/Makefile to have:
>
> ifeq ($(CONFIG_ARM64_ERRATUM_843419), y)
> KBUILD_CFLAGS_MODULE += -mcmodel=large
> KBUILD_CFLAGS_MODULE += $(call cc-option, -mpc-relative-literal-loads)
> endif
>
> does the trick.

Cool.

> Is this a good solution for you?

If it works for upstream, it works for me. Do you want to submit that
or prefer I do?
(If you do, could you please CC stable?)

  -dann