From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Nieuwenhuizen Subject: Re: [PATCH 02/10] gnu: bootstrap: Add i686-mingw. Date: Fri, 29 Apr 2016 20:28:00 +0200 Message-ID: <8737q4z2vj.fsf@drakenvlieg.flower> References: <1461942751-23883-1-git-send-email-janneke@gnu.org> <1461942751-23883-2-git-send-email-janneke@gnu.org> <644dc244-fbce-66f4-8da4-3d44d6ea31ee@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awD9m-0005Sk-5G for guix-devel@gnu.org; Fri, 29 Apr 2016 14:28:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awD9a-0004an-7Q for guix-devel@gnu.org; Fri, 29 Apr 2016 14:28:44 -0400 In-Reply-To: <644dc244-fbce-66f4-8da4-3d44d6ea31ee@gmail.com> (Manolis Ragkousis's message of "Fri, 29 Apr 2016 18:34:02 +0300") 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" To: Manolis Ragkousis Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain Manolis Ragkousis writes: Hi Manolis, > Could you change the message to > "* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for > i686-mingw." > to be more consistent with other similar commits? > > Other than that OK for master. Like so? Thanks! --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0002-gnu-bootstrap-Add-case-for-i686-mingw.patch >From be2bcbab4b19c26f7425e9aa09b08b93dbbfa68e Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 14 Apr 2016 07:31:35 +0200 Subject: [PATCH 02/10] gnu: bootstrap: Add case for i686-mingw. * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for i686-mingw. --- gnu/packages/bootstrap.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm index 3f3770d..a3cd185 100644 --- a/gnu/packages/bootstrap.scm +++ b/gnu/packages/bootstrap.scm @@ -172,6 +172,7 @@ successful, or false to signal an error." ;; here just so we can keep going. ((string=? system "xtensa-elf") "no-ld.so") ((string=? system "avr") "no-ld.so") + ((string=? system "i686-mingw") "no-ld.so") (else (error "dynamic linker name not known for this system" system)))) -- 2.7.3 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.nl= =20=20 --=-=-=--