diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-10-26 19:10:37 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-10-26 19:10:37 +0200 |
commit | d25468bcb2772ac10efb2ae7035250af20e19c85 (patch) | |
tree | 1f5f88b240cddda5b013bc798137abb3f2f07164 /.gitignore | |
parent | fc95fdaebe5f99ceb6ad0ea5fe0d8ea44ba92aab (diff) | |
download | guix-d25468bcb2772ac10efb2ae7035250af20e19c85.tar guix-d25468bcb2772ac10efb2ae7035250af20e19c85.tar.gz |
distro: Add i686-linux port.
* distro/packages/bootstrap/i686-linux/bash,
distro/packages/bootstrap/i686-linux/mkdir,
distro/packages/bootstrap/i686-linux/tar,
distro/packages/bootstrap/i686-linux/xz: New files.
* distro/packages/base.scm (%bootstrap-coreutils&co,
%bootstrap-binutils, %bootstrap-glibc, %bootstrap-gcc): Add hashes of
the i686-linux tarballs.
* Makefile.am (bootstrap_i686_linuxdir, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_i686_linux_DATA): New variables
(DISTCLEANFILES): Add $(nodist_bootstrap_i686_linux_DATA).
(distro/packages/bootstrap/i686-linux/guile-bootstrap-2.0.6.tar.xz):
New rule.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0298a697f4..816660ecd1 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ config.cache /doc/version.texi /distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz /guix-download +/distro/packages/bootstrap/i686-linux/guile-bootstrap-2.0.6.tar.xz |