Re: [PATCH] gnu: bootstrap-tarballs: Cross-compile for powerpc-linux-gnu.

2017-01-05 Thread Ludovic Courtès
Hi! csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis: >> I ended up splitting it in 3 patches (gcc, linux-libre, and >> glibc-dynamic-linker) that I just pushed to ‘core-updates’. I also >> added copyright lines for you where appropriate. Hope that’s fine! > > Thats perfect :) > >>> I

Re: [PATCH] gnu: bootstrap-tarballs: Cross-compile for powerpc-linux-gnu.

2017-01-05 Thread Carlos Sánchez de La Lama
Hi Ludo! > Happy new year! :-) Thanks! Happy new year! > I ended up splitting it in 3 patches (gcc, linux-libre, and > glibc-dynamic-linker) that I just pushed to ‘core-updates’. I also > added copyright lines for you where appropriate. Hope that’s fine! Thats perfect :) >> I think the

Re: [PATCH] gnu: bootstrap-tarballs: Cross-compile for powerpc-linux-gnu.

2017-01-04 Thread Ludovic Courtès
Hello Carlos! Happy new year! :-) Leo just reminded me of this patch on IRC, and I feel guilty that it stood there for so long. Apologies! csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis: > * gnu/packages/bootstrap.scm (glib-dynamic-linker): Add value for > powerpc-linux. > *

Re: [PATCH] gnu: bootstrap-tarballs: Cross-compile for powerpc-linux-gnu.

2016-11-28 Thread Carlos Sánchez de La Lama
Hi! I finally found some time to clean-up my work. This patch is for core-updates branch, and allows bootstrap tarball generation by guix build --target=powerpc-linux-gnu bootstrap-tarballs I think the best way to proceed is integrate this onto core-updates (once reviewed & approved), then

[PATCH] gnu: bootstrap-tarballs: Cross-compile for powerpc-linux-gnu.

2016-11-28 Thread Carlos Sánchez de La Lama
* gnu/packages/bootstrap.scm (glib-dynamic-linker): Add value for powerpc-linux. * gnu/packages/linux.scm (system->defconfig): New procedure. (linux-libre-headers): Use system->defconfig. * gnu/packages/cross-base.scm (xlinux-headers): Use system->defconfig. * gnu/packages/gcc.scm (gcc-4.7): Add