unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: Mathieu Othacehe <othacehe@gnu.org>,
	Christopher Baines <mail@cbaines.net>
Cc: 49244@debbugs.gnu.org
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	[thread overview]
Message-ID: <0f7e68a422111e01388bc862d395b7a417be9c6e.camel@telenet.be> (raw)
In-Reply-To: <87wnqcvg25.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 556 bytes --]

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.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

  reply	other threads:[~2021-06-30 15:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-27 18:47 [bug#49244] [PATCH] gnu: grub-efi: Only enable the stack protector on x86_64-linux Christopher Baines
2021-06-29 15:36 ` Mathieu Othacehe
2021-06-30 15:14   ` Maxime Devos [this message]
2021-07-01 23:30   ` bug#49244: " Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0f7e68a422111e01388bc862d395b7a417be9c6e.camel@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=49244@debbugs.gnu.org \
    --cc=mail@cbaines.net \
    --cc=othacehe@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).