From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add libiberty. Date: Sun, 28 Jun 2015 12:31:39 +0200 Message-ID: <87lhf4xgxg.fsf@elephly.net> References: <871tgxzdji.fsf@elephly.net> <87y4j4xkw5.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z99sU-00025c-9c for guix-devel@gnu.org; Sun, 28 Jun 2015 06:31:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z99sT-0003HS-Kz for guix-devel@gnu.org; Sun, 28 Jun 2015 06:31:58 -0400 In-reply-to: <87y4j4xkw5.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: Guix-devel >> + (synopsis "Collection of subroutines used by various GNU programs"))) > > Maybe add a short description. Okay. >> +(define-public libiberty >> + (make-libiberty gcc)) > > s/gcc/gcc-4.8/ if 4.8 is the last package installing it. I wanted to provide a default libiberty package for the default “gcc”. Otherwise any change to the default GCC version would require packages to update their libiberty input. GCC 4.8 actually installs libiberty somewhere in the “lib” output of gcc-4.8, but GCC 4.9 does not, nor does GCC 5.1. Is there a problem with “libiberty” as defined above, following whatever GCC version is set as the default? ~~ Ricardo