gnu: add bootstrap support for mips64el-linux using the MIPS N32 ABI.
authorMark H Weaver <mhw@netris.org>
Thu, 17 Oct 2013 19:47:56 +0000 (15:47 -0400)
committerMark H Weaver <mhw@netris.org>
Mon, 4 Nov 2013 04:26:53 +0000 (23:26 -0500)
commitf57ff219ad9e08427e06d9c95fb71cc0764564c2
tree98fff85d04ba20d29c48e685fb6bb79b85087b7f
parentc5916538fdf57c93dc8a5880c9eb4e2ca88aa760
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.
.gitignore
build-aux/download.scm
gnu-system.am
gnu/packages/bootstrap.scm
gnu/packages/bootstrap/mips64el-linux/bash [new file with mode: 0755]
gnu/packages/bootstrap/mips64el-linux/mkdir [new file with mode: 0755]
gnu/packages/bootstrap/mips64el-linux/tar [new file with mode: 0755]
gnu/packages/bootstrap/mips64el-linux/xz [new file with mode: 0755]