From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add libiberty. Date: Sun, 28 Jun 2015 11:06:02 +0200 Message-ID: <87y4j4xkw5.fsf@gnu.org> References: <871tgxzdji.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z98XZ-0008SR-B3 for guix-devel@gnu.org; Sun, 28 Jun 2015 05:06:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z98XN-0002bW-3M for guix-devel@gnu.org; Sun, 28 Jun 2015 05:06:17 -0400 In-Reply-To: <871tgxzdji.fsf@elephly.net> (Ricardo Wurmus's message of "Sat, 27 Jun 2015 11:49:37 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: Guix-devel Ricardo Wurmus skribis: > From 848a6b91a48abcfdc2eb0d9bbde6a0f22b019090 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sat, 27 Jun 2015 11:47:04 +0200 > Subject: [PATCH] gnu: Add libiberty. > > * gnu/packages/gcc.scm (make-libiberty, libiberty): New variables. It=E2=80=99s a problem that so many packages depend on libiberty, which is supposed to be internal to a few GNU packages. Binutils and GDB used to install it as well but they no longer do. > + (synopsis "Collection of subroutines used by various GNU programs"))) Maybe add a short description. > +(define-public libiberty > + (make-libiberty gcc)) s/gcc/gcc-4.8/ if 4.8 is the last package installing it. OK to push with these changes. Thanks, Ludo=E2=80=99.