diff options
author | Mark H Weaver <mhw@netris.org> | 2013-10-17 15:47:56 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-11-03 23:26:53 -0500 |
commit | f57ff219ad9e08427e06d9c95fb71cc0764564c2 (patch) | |
tree | 98fff85d04ba20d29c48e685fb6bb79b85087b7f /gnu/packages/bootstrap | |
parent | c5916538fdf57c93dc8a5880c9eb4e2ca88aa760 (diff) | |
download | patches-f57ff219ad9e08427e06d9c95fb71cc0764564c2.tar patches-f57ff219ad9e08427e06d9c95fb71cc0764564c2.tar.gz |
gnu: add bootstrap support for mips64el-linux using the MIPS N32 ABI.
* .gitignore: Add entry for bootstrap/mips64el-linux/guile-2.0.9.tar.xz.
* gnu-system.am (bootstrap_mips64el_linuxdir,
dist_bootstrap_mips64el_linux_DATA, nodist_bootstrap_mips64el_linux_DATA):
New variables.
(DISTCLEANFILES): Add $(nodist_bootstrap_mips64el_linux_DATA).
(gnu/packages/bootstrap/mips64el-linux/guile-2.0.9.tar.xz): New target.
* build-aux/download.scm (file-name->uri): Adapt to the newer mips64el-linux
bootstrap tarballs.
* gnu/packages/bootstrap.scm (%bootstrap-guile, %bootstrap-coreutils&co,
%bootstrap-binutils, %bootstrap-glibc, %bootstrap-gcc): Adapt to the newer
mips64el-linux bootstrap tarballs.
* gnu/packages/bootstrap/mips64el-linux/bash:
* gnu/packages/bootstrap/mips64el-linux/mkdir:
* gnu/packages/bootstrap/mips64el-linux/tar:
* gnu/packages/bootstrap/mips64el-linux/xz: New files.
Diffstat (limited to 'gnu/packages/bootstrap')
-rwxr-xr-x | gnu/packages/bootstrap/mips64el-linux/bash | bin | 0 -> 1409080 bytes |
-rwxr-xr-x | gnu/packages/bootstrap/mips64el-linux/mkdir | bin | 0 -> 698500 bytes |
-rwxr-xr-x | gnu/packages/bootstrap/mips64el-linux/tar | bin | 0 -> 1283708 bytes |
-rwxr-xr-x | gnu/packages/bootstrap/mips64el-linux/xz | bin | 0 -> 851736 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/gnu/packages/bootstrap/mips64el-linux/bash b/gnu/packages/bootstrap/mips64el-linux/bash Binary files differnew file mode 100755 index 0000000000..403671d2fa --- /dev/null +++ b/gnu/packages/bootstrap/mips64el-linux/bash diff --git a/gnu/packages/bootstrap/mips64el-linux/mkdir b/gnu/packages/bootstrap/mips64el-linux/mkdir Binary files differnew file mode 100755 index 0000000000..c8d3285b38 --- /dev/null +++ b/gnu/packages/bootstrap/mips64el-linux/mkdir diff --git a/gnu/packages/bootstrap/mips64el-linux/tar b/gnu/packages/bootstrap/mips64el-linux/tar Binary files differnew file mode 100755 index 0000000000..0cdf7cce2c --- /dev/null +++ b/gnu/packages/bootstrap/mips64el-linux/tar diff --git a/gnu/packages/bootstrap/mips64el-linux/xz b/gnu/packages/bootstrap/mips64el-linux/xz Binary files differnew file mode 100755 index 0000000000..b0622ba946 --- /dev/null +++ b/gnu/packages/bootstrap/mips64el-linux/xz |