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: Ludovic Courtès
Subject: bug#50617: [core-updates-frozen] CMake fails to build on i686-linux
Date: Fri, 17 Sep 2021 09:05:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

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 via email to

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