guix/gnu
Carl Dong 2b1d708294
gnu: Fix make-gcc-libc.
Until now the following wouldn't build:
--8<---------------cut here---------------start------------->8---
(use-modules (gnu packages commencement)
             (gnu packages gcc)
             (gnu packages base))

(make-gcc-libc gcc-9 glibc-2.27)
--8<---------------cut here---------------end--------------->8---

* gnu/packages/base.scm (make-gcc-libc)[phases]: Add environment
variables to place the target libc on the system header search path.
[make-flags]: Remove unncessary FLAGS_FOR_TARGET.
[native-inputs]: Construct in a way that doesn't require emptying
inputs.
2019-10-30 11:41:31 -04:00
..
bootloader gnu: Add u-boot-firefly-rk3399. 2019-10-18 15:48:18 -07:00
build
installer
machine machine: digital-ocean: Rename 'enable-ipv6' to 'enable-ipv6?'. 2019-10-22 18:32:52 +02:00
packages gnu: Fix make-gcc-libc. 2019-10-30 11:41:31 -04:00
services gnu: mpd-service-type: Support configuration of outputs. 2019-10-29 15:14:22 +01:00
system gnu: Add u-boot-firefly-rk3399. 2019-10-18 15:48:18 -07:00
tests
artwork.scm
bootloader.scm
ci.scm
installer.scm
local.mk gnu: libreoffice: Update to 6.2.8.2. 2019-10-29 19:46:59 +02:00
machine.scm
packages.scm packages: 'fold-available-packages' uses 'supported-package?'. 2019-10-14 23:43:43 +02:00
services.scm
system.scm
tests.scm