Re: [PATCH] gnu: Add GCC front ends for Fortran, Go, Objective C, and Objective C++.

2013-11-01 Thread Ludovic Courtès
Nikita Karetnikov nik...@karetnikov.org skribis: ‘ld-wrapper’ is a wrapper around the linker that adds a -rpath argument for each -l argument (see the top of ld-wrapper.scm), such that all the needed libraries are in the resulting binary’s RUNPATH. Could you show how it helps to avoid the

[PATCH] gnu: Add GCC front ends for Fortran, Go, Objective C, and Objective C++.

2013-10-31 Thread Nikita Karetnikov
From: Nikita Karetnikov nik...@karetnikov.org Date: Thu, 31 Oct 2013 19:54:36 + Subject: [PATCH] gnu: Add GCC front ends for Fortran, Go, Objective C, and Objective C++. * gnu/packages/gcc.scm (custom-gcc, gfortran-4.8, gccgo-4.8) (gcc-objc-4.8, gcc-objc++-4.8): New variables. --- gnu

Re: [PATCH] gnu: Add GCC front ends for Fortran, Go, Objective C, and Objective C++.

2013-10-31 Thread Ludovic Courtès
: Add GCC front ends for Fortran, Go, Objective C, and Objective C++. * gnu/packages/gcc.scm (custom-gcc, gfortran-4.8, gccgo-4.8) (gcc-objc-4.8, gcc-objc++-4.8): New variables. --- gnu/packages/gcc.scm | 29 + 1 file changed, 29 insertions(+) diff --git