This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
Jan Nieuwenhuizen
d536c39e54
bootstrap: Replace GNU toolchain seeds with Mes for i686-linux.
* gnu/packages/bootstrap.scm (%bootstrap-inputs)[i686-linux]: Replace
%bootstrap-gcc, %bootstrap-binutils, %bootstrap-glibc with %mescc-tools-seed,
%mes-seed, %srfi-43 and %tinycc-seed.
* gnu/packages/make-bootstrap.scm (%bootstrap-tarballs)[i686-linux]: Replace
gcc-tarball, binutils-tarball, glibc-tarball with %mescc-tools-seed,
%mes-seed, %srfi-43 and %tinycc-seed.
* gnu/packages/commencement.scm (%bootstrap-inputs+toolchain)[i686-linux]: Add
glibc-mesboot, binutils-mesboot, gcc-wrapper, gcc-mesboot.
(file-boot0)[i686-linux]: Disable strip-binaries?, validate-runpath?.
(libstdc++-boot0)[i686-linux]: Add libtool install workarourd: copy
libstdc++.so.0.0.20 from gcc-mesboot.
(gcc-boot0)[i686-linux]: Add libtool install workaround: touch
libcc1.so.0.0.0, libcc1plugin.so.0.0.0.
(perl-boot0): Disable validate-runpath?.
(bison-boot0)[i686-linux]: Do not use ranlib -D.
|
2018-09-23 09:46:26 +02:00 |
.. |
bootloader
|
gnu: Rename "banana-pi" to "bananapi".
|
2018-09-14 21:31:24 +02:00 |
build
|
linux-modules: Raise an error when a kernel module cannot be found.
|
2018-08-29 23:32:01 +02:00 |
packages
|
bootstrap: Replace GNU toolchain seeds with Mes for i686-linux.
|
2018-09-23 09:46:26 +02:00 |
services
|
gnu: services: Add iptables service.
|
2018-09-20 13:09:55 +05:30 |
system
|
gnu: Rename "banana-pi" to "bananapi".
|
2018-09-14 21:31:24 +02:00 |
tests
|
gnu: services: Add iptables service.
|
2018-09-20 13:09:55 +05:30 |
artwork.scm
|
…
|
|
bootloader.scm
|
…
|
|
local.mk
|
bootstrap: Add Mes bootstrap.
|
2018-09-23 09:46:26 +02:00 |
packages.scm
|
Add (guix describe) and use it to initialize '%package-search-path'.
|
2018-09-02 16:43:10 +02:00 |
services.scm
|
services: 'instantiate-missing-services' reaches fixed point.
|
2018-09-07 23:00:39 +02:00 |
system.scm
|
…
|
|
tests.scm
|
tests: Warn about test module load failures.
|
2018-08-29 23:32:01 +02:00 |