From: John Darrington <john@darrington.wattle.id.au>
To: Ludovic Court??s <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] partial fix for zlib cross compilation
Date: Tue, 10 Dec 2013 14:47:38 +0100 [thread overview]
Message-ID: <20131210134738.GA27938@jocasta.intra> (raw)
In-Reply-To: <87y53suahs.fsf@gnu.org>
[-- Attachment #1: Type: text/plain, Size: 1044 bytes --]
On Tue, Dec 10, 2013 at 02:00:15PM +0100, Ludovic Court??s wrote:
John Darrington <john@darrington.wattle.id.au> 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 #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
prev parent reply other threads:[~2013-12-10 13:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-10 10:49 [PATCH] partial fix for zlib cross compilation John Darrington
2013-12-10 13:00 ` Ludovic Courtès
2013-12-10 13:47 ` John Darrington [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131210134738.GA27938@jocasta.intra \
--to=john@darrington.wattle.id.au \
--cc=guix-devel@gnu.org \
--cc=ludo@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.