diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2016-06-25 20:53:24 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2017-02-20 12:58:07 +0200 |
| commit | 3b88f3767d9f3ad2cc64173525cd53d429bfe7e7 (patch) | |
| tree | 7a928b9e808596c635fab302af5ae9f4c78a6617 /m4 | |
| parent | 77e16733197b8950f6b665be1f69375cb2a7155f (diff) | |
gnu: Add bootstrap-binaries for 'aarch64-linux'.
These bootstrap-binaries were built against commit
8f8f250bdca917b3ce38aa0902f01b19081859a4.
* gnu/packages/bootstrap/aarch64-linux/bash,
gnu/packages/bootstrap/aarch64-linux/mkdir,
gnu/packages/bootstrap/aarch64-linux/xz,
gnu/packages/bootstrap/aarch64-linux/tar: New files.
* gnu/local.mk (bootstrap_aarch64_linuxdir)
(dist_bootstrap_aarch64_linux_DATA)
(nodist_bootstrap_aarch64_linux_DATA): New variables.
(DISTCLEANFILES): Add $(nodist_bootstrap_aarch64_linux_DATA).
(gnu/packages/bootstrap/aarch64-linux/guile-2.0.14.tar.xz): New target.
* build-aux/download.scm (filename->uri): Add aarch64-linux entry.
* gnu/packages/bootstrap.scm (raw-build): Use guile-2.0.14.tar.xz on
aarch64-linux.
(glibc-dynamic-linker, %bootstrap-coreutils&co, %boostrap-binutils)
(%bootstrap-glibc, %bootstrap-gcc): Add aarch64-linux cases.
* m4/guix.m4 (GUIX_SYSTEM_TYPE): Add aarch64 case.
(GUIX_ASSERT_SUPPORTED_SYSTEM): Add aarch64-linux to supported list.
* doc/guix.texi (GNU Distribution): Add aarch64-linux to the list of
supported systems.
* tests/packages.scm (package-search-derivation, snippet): Add aarch64
case.
Diffstat (limited to 'm4')
| -rw-r--r-- | m4/guix.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/guix.m4 b/m4/guix.m4 index 6630598416b..e546b8f4dd8 100644 --- a/m4/guix.m4 +++ b/m4/guix.m4 | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | dnl GNU Guix --- Functional package management for GNU | 1 | dnl GNU Guix --- Functional package management for GNU |
| 2 | dnl Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org> | 2 | dnl Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org> |
| 3 | dnl Copyright © 2014 Mark H Weaver <mhw@netris.org> | 3 | dnl Copyright © 2014 Mark H Weaver <mhw@netris.org> |
| 4 | dnl Copyright © 2017 Efraim Flashner <efraim@flashner.co.il> | ||
| 4 | dnl | 5 | dnl |
| 5 | dnl This file is part of GNU Guix. | 6 | dnl This file is part of GNU Guix. |
| 6 | dnl | 7 | dnl |
| @@ -105,7 +106,7 @@ courageous and port the GNU System distribution to it (see | |||
| 105 | # Currently only Linux-based systems are supported, and only on some | 106 | # Currently only Linux-based systems are supported, and only on some |
| 106 | # platforms. | 107 | # platforms. |
| 107 | case "$guix_system" in | 108 | case "$guix_system" in |
| 108 | x86_64-linux|i686-linux|armhf-linux|mips64el-linux) | 109 | x86_64-linux|i686-linux|armhf-linux|aarch64-linux|mips64el-linux) |
| 109 | ;; | 110 | ;; |
| 110 | *) | 111 | *) |
| 111 | if test "x$guix_courageous" = "xyes"; then | 112 | if test "x$guix_courageous" = "xyes"; then |
