all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludovic.courtes@inria.fr>
To: Maxime Devos <maximedevos@telenet.be>
Cc: 50617@debbugs.gnu.org
Subject: bug#50617: [core-updates-frozen] CMake fails to build on i686-linux
Date: Fri, 17 Sep 2021 09:05:04 +0200	[thread overview]
Message-ID: <87zgsby95r.fsf@inria.fr> (raw)
In-Reply-To: <848bb43e75e0513ed31734d660fe958c1b3f8eaa.camel@telenet.be> (Maxime Devos's message of "Thu, 16 Sep 2021 18:21:31 +0200")

Maxime Devos <maximedevos@telenet.be> skribis:

> Ludovic Courtès schreef op do 16-09-2021 om 17:20 [+0200]:
>> +    ,@(let ((system (or (%current-target-system) (%current-system))))
>> +        (if (or (string-prefix? "i686-" system)
>> +                (string-prefix? "i586-" system))
>
> (Unrelated to the build failure) you could use target-x86-32? here
> to make the code a little simpler:
>
> ,@(if (target-x86-32?)
>       '((add-after ....))
>       '()

Ah yes, definitely!  Thanks for the hint.

Ludo’.




  reply	other threads:[~2021-09-17  7:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-16  9:41 bug#50617: [core-updates-frozen] CMake fails to build on i686-linux Ludovic Courtès
2021-09-16 13:13 ` Guillaume Le Vaillant
2021-09-16 15:20   ` Ludovic Courtès
2021-09-16 16:21     ` Maxime Devos
2021-09-17  7:05       ` Ludovic Courtès [this message]
2021-09-21  8:21   ` Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=87zgsby95r.fsf@inria.fr \
    --to=ludovic.courtes@inria.fr \
    --cc=50617@debbugs.gnu.org \
    --cc=maximedevos@telenet.be \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.