diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-12-04 15:25:40 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-12-04 16:35:43 +0100 |
commit | 9d163ec133c55abf4d63b4f6e242d8da731d91eb (patch) | |
tree | 5a0db903ee026127b3104c15fd7b93a2bf9f9155 /Makefile.am | |
parent | 3b6e7c703cff14020cfcdaa316875b28282c3477 (diff) | |
download | patches-9d163ec133c55abf4d63b4f6e242d8da731d91eb.tar patches-9d163ec133c55abf4d63b4f6e242d8da731d91eb.tar.gz |
maint: Add 'aarch64-linux' to the supported systems.
* Makefile.am (SUPPORTED_SYSTEMS): Add aarch64-linux.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 35d72f36fe..6d340f5720 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 = \ |