From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: WINDRES Date: Mon, 01 Apr 2013 19:23:45 +0300 Message-ID: <83bo9yjk32.fsf@gnu.org> References: <83mwti382v.fsf@gnu.org> <83ip4631sc.fsf@gnu.org> <83d2ue2x0r.fsf@gnu.org> <5159A556.4050205@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1364833401 19737 80.91.229.3 (1 Apr 2013 16:23:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2013 16:23:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 01 18:23:48 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UMhWM-0004DE-QC for ged-emacs-devel@m.gmane.org; Mon, 01 Apr 2013 18:23:46 +0200 Original-Received: from localhost ([::1]:42948 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMhVy-00045J-7y for ged-emacs-devel@m.gmane.org; Mon, 01 Apr 2013 12:23:22 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:36582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMhVv-00045E-PB for emacs-devel@gnu.org; Mon, 01 Apr 2013 12:23:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UMhVt-0001mS-U9 for emacs-devel@gnu.org; Mon, 01 Apr 2013 12:23:19 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:54295) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMhVt-0001mL-Lf for emacs-devel@gnu.org; Mon, 01 Apr 2013 12:23:17 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MKL00K0044ZVH00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Mon, 01 Apr 2013 19:23:16 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MKL00KHO46RVB10@a-mtaout22.012.net.il>; Mon, 01 Apr 2013 19:23:16 +0300 (IDT) In-reply-to: <5159A556.4050205@yandex.ru> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:158520 Archived-At: > Date: Mon, 01 Apr 2013 19:18:46 +0400 > From: Dmitry Antipov > > On 04/01/2013 05:36 PM, Eli Zaretskii wrote: > > > So "target" is for when I build on build, and run on host to produce > > code for target? > > IIUC "target" is meaningful for compilers only; "host" is the system > where the binary is intended to run, and "build" is the system where > the binary is compiled. Cross-compilation always assumes that at least > host != build; all of the host/build/target are different only if > you're cross-compiling the cross-compiler ("canadian cross"). Thanks.