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) | |
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 0298a697f43..816660ecd12 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -46,3 +46,4 @@ config.cache | |||
| 46 | /doc/version.texi | 46 | /doc/version.texi |
| 47 | /distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz | 47 | /distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz |
| 48 | /guix-download | 48 | /guix-download |
| 49 | /distro/packages/bootstrap/i686-linux/guile-bootstrap-2.0.6.tar.xz | ||
