From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f9LRZ-0005zK-N6 for qemu-devel@nongnu.org; Thu, 19 Apr 2018 22:06:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f9LRW-00023Y-JM for qemu-devel@nongnu.org; Thu, 19 Apr 2018 22:06:33 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:49338 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f9LRW-00021D-EO for qemu-devel@nongnu.org; Thu, 19 Apr 2018 22:06:30 -0400 Date: Fri, 20 Apr 2018 10:06:15 +0800 From: Fam Zheng Message-ID: <20180420020615.GA17690@lemon.usersys.redhat.com> References: <20180419135901.30035-1-alex.bennee@linaro.org> <20180419135901.30035-10-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20180419135901.30035-10-alex.bennee@linaro.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 09/43] docker: extend "cc" command to accept compiler List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex =?iso-8859-1?Q?Benn=E9e?= Cc: peter.maydell@linaro.org, cota@braap.org, berrange@redhat.com, f4bug@amsat.org, richard.henderson@linaro.org, balrogg@gmail.com, aurelien@aurel32.net, agraf@suse.de, qemu-devel@nongnu.org On Thu, 04/19 14:58, Alex Benn=E9e wrote: > When calling our cross-compilation images we want to call something > other than the default cc. >=20 > Signed-off-by: Alex Benn=E9e >=20 Reviewed-by: Fam Zheng