~ruther/guix-local

ref: c773aba8708e85a4bbd2415fefe0fb8f48b9c8d1 guix-local/gnu/packages/make-bootstrap.scm -rw-r--r-- 26.4 KiB
e47185a4 — Ludovic Courtès 12 years ago
gnu: make-bootstrap: Remove the `debug' output from the static Coreutils.

* gnu/packages/make-bootstrap.scm (%static-inputs)[coreutils]: Add
  `outputs' field.
75ca2f4f — Ludovic Courtès 12 years ago
gnu: make-bootstrap: Add a couple of synopses.

* gnu/packages/make-bootstrap.scm (%guile-static,
  %guile-static-stripped): Add synopsis.
3e8f16ba — Ludovic Courtès 12 years ago
gnu: guile-static-stripped: Make sure the resulting binary works.

* gnu/packages/make-bootstrap.scm (%guile-static-stripped): When
  compiling natively, make sure the final binary works.
ffd20934 — Ludovic Courtès 12 years ago
gnu: make-bootstrap: Skip tests for the statically-linked gawk.

* gnu/packages/make-bootstrap.scm (%static-inputs)[gawk]: Add #:tests? #f.
c7694060 — Ludovic Courtès 12 years ago
Merge branch 'core-updates'
3a4ebc11 — Ludovic Courtès 12 years ago
gnu: make-bootstrap: guile-static-stripped has no "debug" output.

* gnu/packages/make-bootstrap.scm (%guile-static-stripped): Add
  `outputs' field.
57084853 — Ludovic Courtès 12 years ago
gnu: make-bootstrap: Fix cross compilation of binutils-static.

* gnu/packages/make-bootstrap.scm (%binutils-static): Inherit configure
  flags from BINUTILS.
11acdf17 — Ludovic Courtès 12 years ago
gnu: make-bootstrap: Have %gcc-static actually static when cross building.

* gnu/packages/make-bootstrap.scm (%gcc-static): Pass `-static' through
  `LDFLAGS' when cross-compiling.
a410a010 — Ludovic Courtès 12 years ago
gnu: make-bootstrap: Allow cross-compilation of the bootstrap tarballs.

* gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc): Turn
  `inputs' into a thunk.  Add `native-inputs', and pass it to
  `package-with-explicit-inputs'.
  (%static-inputs): Add %BASH-STATIC as an input to gawk when cross
  building.
  (%glibc-stripped): When cross compiling,
  use (glibc-for-bootstrap (cross-libc)) as the basis.
  (%gcc-static): Base on GCC-4.7, not GCC-FINAL.
  (tarball-package): TAR and XZ are native inputs.  Choose the tarball
  file name based on (%current-target-system) too.
d501fad1 — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates

Conflicts:
	gnu/packages/make-bootstrap.scm
4db00e42 — Ludovic Courtès 12 years ago
gnu: libgc: Always build with -DUSE_LIBC_PRIVATES.

* gnu/packages/bdw-gc.scm (libgc): Add `arguments' field.
* gnu/packages/make-bootstrap.scm (%guile-static): Remove local `libgc'.
62751a5d — Ludovic Courtès 12 years ago
gnu: make-bootstrap: Abstract things with `package-with-relocatable-glibc'.

* gnu/packages/make-bootstrap.scm (%glibc-for-bootstrap): Replace with...
  (glibc-for-bootstrap): ... this.  New procedure.
  (%standard-inputs-with-relocatable-glibc): Replace with...
  (package-with-relocatable-glibc): ... this.  New procedure.
  (%static-inputs, %gcc-static, %guile-static): Use it.
af5cb60f — Ludovic Courtès 12 years ago
gnu: make-bootstrap: Keep Perl as an input only when needed.

* gnu/packages/make-bootstrap.scm (%static-inputs)[coreutils]: Keep Perl
  as an input only if it's an input of COREUTILS.
0734a9a8 — Ludovic Courtès 13 years ago
Merge branch 'core-updates'
867df0ee — Ludovic Courtès 13 years ago
gnu: make-bootstrap: Fix %glibc-stripped.

* gnu/packages/make-bootstrap.scm (%glibc-stripped): Add `outputs' field.
4928e500 — Ludovic Courtès 13 years ago
Merge branch 'master' into core-updates

Conflicts:
	Makefile.am
	gnu/packages/base.scm
c415f145 — Ludovic Courtès 13 years ago
gnu: make-bootstrap: Import (gnu packages gcc).

* gnu/packages/make-bootstrap.scm: Import (gnu packages gcc).
99d90fc1 — Ludovic Courtès 13 years ago
gnu: guile-static: Change `name' field.

* gnu/packages/make-bootstrap.scm (%guile-static): Add `name' field with
  `-static' suffix.
e70a28b8 — Ludovic Courtès 13 years ago
gnu: guile-static: Add bindings for low-level Linux syscalls.

* gnu/packages/make-bootstrap.scm (%guile-static): Add
  `guile-linux-syscalls.patch' as an input, and use it.
* gnu/packages/patches/guile-linux-syscalls.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
ddff766e — Ludovic Courtès 13 years ago
gnu: guile-static: Use libgc build with `USE_LIBC_PRIVATES'.

* gnu/packages/make-bootstrap.scm (%guile-static): Use libgc build with
  CPPFLAGS=-DUSE_LIBC_PRIVATES.
* gnu/packages/bdw-gc.scm (libgc): Add TODO to always do it.
Next