grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: aarch64: relocation 0x105 is not implemented yet.


From: Leif Lindholm
Subject: Re: aarch64: relocation 0x105 is not implemented yet.
Date: Sun, 29 Dec 2013 13:09:32 +0000

Umm, I'm officially going to go make some coffee.

On arm64_efi stripflags obviously.

On 29 December 2013 13:06, Leif Lindholm <address@hidden> wrote:
> Andrey,
>
> Can you give this a try?
> (Sent through gmail, so garbled.)
>
> diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
> index c916246..a716a49 100644
> --- a/grub-core/Makefile.core.def
> +++ b/grub-core/Makefile.core.def
> @@ -96,7 +96,7 @@ kernel = {
>    emu_cflags = '$(CFLAGS_GNULIB)';
>    emu_cppflags = '$(CPPFLAGS_GNULIB)';
>    arm_uboot_ldflags       = '-Wl,-Ttext=0x08000000';
> -  arm_uboot_stripflags    = '--strip-unneeded -K start -R .note -R
> .comment -R .note.gnu.gold-version';
> +  arm_uboot_stripflags    = '--strip-unneeded -K start -R .note -R
> .comment -R .note.gnu.gold-version -R .eh_frame';
>
>    i386_pc_startup = kern/i386/pc/startup.S;
>    i386_efi_startup = kern/i386/efi/startup.S;
>
> /
>     Leif



reply via email to

[Prev in Thread] Current Thread [Next in Thread]