guix/gnu
Ludovic Courtès a410a0105d 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.
2013-06-25 23:39:14 +02:00
..
packages gnu: make-bootstrap: Allow cross-compilation of the bootstrap tarballs. 2013-06-25 23:39:14 +02:00
system Add (gnu system vm). 2013-02-27 20:55:40 +01:00
packages.scm ui: Add a 'define-diagnostic' macro. 2013-04-21 08:08:40 +00:00