bug-guix
[Top][All Lists]
Advanced

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

bug#50617: [core-updates-frozen] CMake fails to build on i686-linux


From: Maxime Devos
Subject: bug#50617: [core-updates-frozen] CMake fails to build on i686-linux
Date: Thu, 16 Sep 2021 18:21:31 +0200
User-agent: Evolution 3.34.2

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 ....))
      '()

Greetings,
Maxime.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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