guix-commits
[Top][All Lists]
Advanced

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

03/05: maint: Add 'aarch64-linux' to the supported systems.


From: Ludovic Courtès
Subject: 03/05: maint: Add 'aarch64-linux' to the supported systems.
Date: Mon, 4 Dec 2017 10:35:51 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 9d163ec133c55abf4d63b4f6e242d8da731d91eb
Author: Ludovic Courtès <address@hidden>
Date:   Mon Dec 4 15:25:40 2017 +0100

    maint: Add 'aarch64-linux' to the supported systems.
    
    * Makefile.am (SUPPORTED_SYSTEMS): Add aarch64-linux.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 35d72f3..6d340f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -584,7 +584,7 @@ SOURCE_TARBALLS =                                   \
   $(foreach ext,tar.gz,$(PACKAGE_FULL_TARNAME).$(ext))
 
 # Systems supported by Guix.
-SUPPORTED_SYSTEMS ?= x86_64-linux i686-linux armhf-linux
+SUPPORTED_SYSTEMS ?= x86_64-linux i686-linux armhf-linux aarch64-linux
 
 # Guix binary tarballs.
 BINARY_TARBALLS =                                                      \



reply via email to

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