guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] partial fix for zlib cross compilation


From: John Darrington
Subject: Re: [PATCH] partial fix for zlib cross compilation
Date: Tue, 10 Dec 2013 14:47:38 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Dec 10, 2013 at 02:00:15PM +0100, Ludovic Court??s wrote:
     John Darrington <address@hidden> skribis:
     
     > -                     (zero? (system* "./configure"
     > -                                     (string-append "--prefix=" out)))))
     > +                     ,@(if (%current-target-system) `((setenv "CHOST"
     > +                                                              
,(%current-target-system))) '())
     
     Do you know whether all GNU triplets are recognized, or if there???s some
     special treatment going on?  (I confirm it does the right thing for
     ???mips64el-linux-gnu???.)
     

Most work without special treatment.  The main exception is mingw compiled 
targets,
for which ./configure should not be called at all.  Instead there is a 
dedicated 
Makefile for the purpose.

J'

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]