[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49244] [PATCH] gnu: grub-efi: Only enable the stack protector on x8
From: |
Maxime Devos |
Subject: |
[bug#49244] [PATCH] gnu: grub-efi: Only enable the stack protector on x86_64-linux. |
Date: |
Wed, 30 Jun 2021 17:14:56 +0200 |
User-agent: |
Evolution 3.34.2 |
Mathieu Othacehe schreef op di 29-06-2021 om 17:36 [+0200]:
> Hey Chris,
>
> > + ,@(if (string=? (%current-system)
> > + "x86_64-linux")
> > + '("--enable-stack-protector") ; EFI-only for now
> > + '())
>
> Maybe we should also avoid this option when cross-compiling? Otherwise
> it looks OK.
Or rather,
(string-prefix? (or (%current-target-system) (%current-system)) "x86_64")
(or was it the other way around)?
Greetings,
Maxime.
signature.asc
Description: This is a digitally signed message part