summaryrefslogtreecommitdiff
path: root/gnu/packages/make-bootstrap.scm
Commit message (Collapse)AuthorAge
...
* gnu: make-bootstrap: Add missing inputs for Canadian cross of '%gcc-static'.Ludovic Courtès2013-11-23
| | | | | * gnu/packages/make-bootstrap.scm (%gcc-static): Add 'native-inputs' field.
* gnu: make-bootstrap: Simplify '%gcc-static'.Ludovic Courtès2013-11-20
| | | | | * gnu/packages/make-bootstrap.scm (%gcc-static): Add a bunch of --disable configure flags. Remove useless 'inputs' field.
* gnu: make-bootstrap: Build libc and Guile without a .gnu_debuglink.Ludovic Courtès2013-11-03
| | | | | * gnu/packages/make-bootstrap.scm (glibc-for-bootstrap, %guile-static): Add 'outputs' field.
* gnu: make-bootstrap: Allow bit-reproducibility for 'glibc-stripped'.Ludovic Courtès2013-11-02
| | | | | * gnu/packages/make-bootstrap.scm (%glibc-stripped): Remove '.install' and '..install.cmd' files.
* gnu: make-bootstrap: Add C++ header files to the bootstrap GCC.Ludovic Courtès2013-11-02
| | | | * gnu/packages/make-bootstrap.scm (%gcc-stripped): Add $gcc/include/c++.
* gnu: Switch to GCC 4.8 as the default compiler.Ludovic Courtès2013-11-01
| | | | | | | | * gnu/packages/base.scm (gcc-boot0, cross-gcc-wrapper, gcc-final): Base on GCC-4.8. * gnu/packages/cross-base.scm (cross-gcc): Likewise. * gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc, %gcc-static, %gcc-stripped): Likewise.
* Remove weirdnesses caused by 'letrec*' behavior of record field initializers.Ludovic Courtès2013-10-15
| | | | | | | | | * gnu/packages/bootstrap.scm (package-from-tarball): Remove '*' from parameter names. Adjust accordingly. * gnu/packages/linux-initrd.scm (expression->initrd): Use 'name' directly, removing the 'name*' alias. * gnu/packages/linux.scm (linux-libre-headers, linux-libre): Rename 'version*' to 'version'.
* gnu: Use the 'patches' field of <origin>.Ludovic Courtès2013-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/apr.scm, gnu/packages/autotools.scm, gnu/packages/avahi.scm, gnu/packages/cdrom.scm, gnu/packages/cmake.scm, gnu/packages/cpio.scm, gnu/packages/cross-base.scm, gnu/packages/emacs.scm, gnu/packages/flex.scm, gnu/packages/fontutils.scm, gnu/packages/glib.scm, gnu/packages/grub.scm, gnu/packages/guile.scm, gnu/packages/idutils.scm, gnu/packages/libevent.scm, gnu/packages/linux.scm, gnu/packages/mail.scm, gnu/packages/make-bootstrap.scm, gnu/packages/mp3.scm, gnu/packages/oggvorbis.scm, gnu/packages/pdf.scm, gnu/packages/plotutils.scm, gnu/packages/qemu.scm, gnu/packages/recutils.scm, gnu/packages/rush.scm, gnu/packages/scheme.scm, gnu/packages/system.scm, gnu/packages/tcsh.scm, gnu/packages/valgrind.scm, gnu/packages/vpn.scm, gnu/packages/w3m: Use the 'patches' field of <origin> instead of adding a patch as input plus using #:patches.
* gnu: make-bootstrap: Remove the `debug' output from the static Coreutils.Ludovic Courtès2013-08-29
| | | | | * gnu/packages/make-bootstrap.scm (%static-inputs)[coreutils]: Add `outputs' field.
* gnu: make-bootstrap: Add a couple of synopses.Ludovic Courtès2013-08-21
| | | | | * gnu/packages/make-bootstrap.scm (%guile-static, %guile-static-stripped): Add synopsis.
* gnu: guile-static-stripped: Make sure the resulting binary works.Ludovic Courtès2013-08-21
| | | | | * gnu/packages/make-bootstrap.scm (%guile-static-stripped): When compiling natively, make sure the final binary works.
* gnu: make-bootstrap: Skip tests for the statically-linked gawk.Ludovic Courtès2013-07-14
| | | | * gnu/packages/make-bootstrap.scm (%static-inputs)[gawk]: Add #:tests? #f.
* gnu: make-bootstrap: guile-static-stripped has no "debug" output.Ludovic Courtès2013-07-05
| | | | | * gnu/packages/make-bootstrap.scm (%guile-static-stripped): Add `outputs' field.
* gnu: make-bootstrap: Fix cross compilation of binutils-static.Ludovic Courtès2013-06-26
| | | | | * gnu/packages/make-bootstrap.scm (%binutils-static): Inherit configure flags from BINUTILS.
* gnu: make-bootstrap: Have %gcc-static actually static when cross building.Ludovic Courtès2013-06-26
| | | | | * gnu/packages/make-bootstrap.scm (%gcc-static): Pass `-static' through `LDFLAGS' when cross-compiling.
* gnu: make-bootstrap: Allow cross-compilation of the bootstrap tarballs.Ludovic Courtès2013-06-25
| | | | | | | | | | | | | * 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.
* Merge branch 'master' into core-updatesLudovic Courtès2013-06-20
|\ | | | | | | | | Conflicts: gnu/packages/make-bootstrap.scm
| * gnu: make-bootstrap: Abstract things with `package-with-relocatable-glibc'.Ludovic Courtès2013-06-14
| | | | | | | | | | | | | | | | * 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.
| * gnu: make-bootstrap: Keep Perl as an input only when needed.Ludovic Courtès2013-06-14
| | | | | | | | | | * gnu/packages/make-bootstrap.scm (%static-inputs)[coreutils]: Keep Perl as an input only if it's an input of COREUTILS.
* | gnu: libgc: Always build with -DUSE_LIBC_PRIVATES.Ludovic Courtès2013-06-20
|/ | | | | * gnu/packages/bdw-gc.scm (libgc): Add `arguments' field. * gnu/packages/make-bootstrap.scm (%guile-static): Remove local `libgc'.
* gnu: make-bootstrap: Fix %glibc-stripped.Ludovic Courtès2013-04-29
| | | | * gnu/packages/make-bootstrap.scm (%glibc-stripped): Add `outputs' field.
* gnu: make-bootstrap: Import (gnu packages gcc).Ludovic Courtès2013-03-27
| | | | * gnu/packages/make-bootstrap.scm: Import (gnu packages gcc).
* gnu: guile-static: Change `name' field.Ludovic Courtès2013-02-16
| | | | | * gnu/packages/make-bootstrap.scm (%guile-static): Add `name' field with `-static' suffix.
* gnu: guile-static: Add bindings for low-level Linux syscalls.Ludovic Courtès2013-02-15
| | | | | | | * 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.
* gnu: guile-static: Use libgc build with `USE_LIBC_PRIVATES'.Ludovic Courtès2013-02-14
| | | | | | * 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.
* gnu: make-bootstrap: Fix `%binutils-static-stripped'.Ludovic Courtès2013-02-06
| | | | | | * gnu/packages/make-bootstrap.scm (%binutils-static-stripped): Add distinguishing `name' field. Add `output' field to have a single "out" output (followup to 4873f8e). Reported by Nikita.
* packages: Mark the `arguments' field of <package> as thunked.Ludovic Courtès2013-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | * guix/packages.scm (<package>): Mark `arguments' as thunked. (package-derivation): Adjust accordingly. Parameterize %CURRENT-SYSTEM to SYSTEM, so that arguments can refer to it. * guix/build-system/gnu.scm (package-with-explicit-inputs): Expect `package-arguments' to always return a list, and return a list. (package-with-extra-configure-variable): Likewise. (static-package): Likewise. * gnu/packages/base.scm (patch, findutils, gcc-4.7, binutils-boot0, gcc-boot0, glibc-final-with-bootstrap-bash, cross-gcc-wrapper, static-bash-for-glibc, binutils-final, gcc-final): Change `arguments' from a lambda to a list, and use (%current-system) as needed. (nix-system->gnu-triplet, boot-triplet): Have the first argument default to (%current-system). * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Have `system' default to (%current-system). (%bootstrap-gcc): Change `arguments' to a list. * gnu/packages/gawk.scm (gawk): Likewise. * gnu/packages/m4.scm (m4): Likewise. * gnu/packages/make-bootstrap.scm (%glibc-for-bootstrap): Likewise, and expect `package-arguments' to return a list. (%static-inputs, %gcc-static, tarball-package): Likewise. * gnu/packages/ncurses.scm (ncurses): Likewise.
* distro: Rename (distro) to (gnu packages).Ludovic Courtès2013-01-18
| | | | | | | * distro.scm: Rename to... * gnu/packages.scm: ... this. Update all users accordingly. * Makefile.am (MODULES): Adjust accordingly. * po/POTFILES.in: Likewise.
* distro: Change the module name space to (gnu ...).Ludovic Courtès2013-01-18
* distro: Rename to... * gnu: ... this. Update module names accordingly. * Makefile.am: Adjust accordingly. * po/POTFILES.in: Likewise. * distro.scm: Search for files under /gnu/packages instead of /distro/packages. * gnu/packages/base.scm (ld-wrapper-boot3): Likewise.