guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 15/17] gnu: make-linux-libre: Add supported-systems parameter


From: Ludovic Courtès
Subject: Re: [PATCH 15/17] gnu: make-linux-libre: Add supported-systems parameter.
Date: Sun, 11 Sep 2016 23:28:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

David Craven <address@hidden> skribis:

> * gnu/packages/linux.scm (make-linux-libre): Add supported-systems
>   parameter.

OK.

>      (make-linux-libre version
>                        (make-linux-libre-source version hash)
> +                      '("x86_64-linux" "i686-linux")

Maybe we should:

  (define %intel-compatible-systems
    '("x86_64-linux" "i686-linux"))

and use that everywhere?

Ludo’.



reply via email to

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