Manolis Ragkousis skribis:
> From 21fe31fb235c322654959c458f73c5f192efee7c Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis
> Date: Tue, 9 Jun 2015 01:08:55 +0300
> Subject: [PATCH] gnu: base: Add glibc-for-target macro.
>
> * gnu/packages/base.scm (glibc): Add macro.
OK for ‘wip-hurd’!
(I t
Updated patch as well. It's time to push it to wip-hurd.
From 21fe31fb235c322654959c458f73c5f192efee7c Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis
Date: Tue, 9 Jun 2015 01:08:55 +0300
Subject: [PATCH] gnu: base: Add glibc-for-target macro.
* gnu/packages/base.scm (glibc): Add macro.
---
gnu
Manolis Ragkousis skribis:
> The problem is that when trying to build %gcc-static from
> make-bootstrap.scm I get:
>
> make[2]: Entering directory
> '/tmp/nix-build-gcc-static-4.8.4.drv-0/build/i686-pc-gnu/libgcc'
> # If this is the top-level multilib, build all the other
> DEFINES='' HEADERS=''
9796c Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis
> Date: Tue, 19 May 2015 01:42:14 +0300
> Subject: [PATCH 10/10] gnu: base: Added glibc-for-target macro.
>
> gnu/packages/base.scm (glibc): Add macro.
Missing star.
> +(define-public glibc/hurd
> + (package (inherit gl
Because of my mistake in [8/10] the previous patch won't apply. Here
is the updated one. :-)
From 8534372800703610b1436870da2caf1fa3c9796c Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis
Date: Tue, 19 May 2015 01:42:14 +0300
Subject: [PATCH 10/10] gnu: base: Added glibc-for-target macro.
The macro that doesn't work as expected.
From 0ee996bfbd300c62f2a31a8b6466de7565022da0 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis
Date: Tue, 19 May 2015 01:10:06 +0300
Subject: [PATCH 10/10] gnu: base: Added glibc-for-target macro.
gnu/packages/base.scm (glibc): Add macro.
---