From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.132.183.28; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 47992211C2814 for ; Tue, 5 Feb 2019 03:35:50 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BE88A85A07; Tue, 5 Feb 2019 11:35:49 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-79.rdu2.redhat.com [10.10.120.79]) by smtp.corp.redhat.com (Postfix) with ESMTP id D82C817D4D; Tue, 5 Feb 2019 11:35:48 +0000 (UTC) To: Leif Lindholm Cc: edk2-devel@lists.01.org, Liming Gao References: <20190204183141.bv2z5u4w7cuyo77b@bivouac.eciton.net> <20190205110819.snxii7yoqyd5zwhu@bivouac.eciton.net> From: Laszlo Ersek Message-ID: <662b4bab-8446-f424-64d7-e7f973a34ad3@redhat.com> Date: Tue, 5 Feb 2019 12:35:47 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190205110819.snxii7yoqyd5zwhu@bivouac.eciton.net> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Tue, 05 Feb 2019 11:35:49 +0000 (UTC) Subject: Re: BaseTools: handling of $(ARCH) in .dsc/.fdf when multiple -a specified X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2019 11:35:50 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 02/05/19 12:08, Leif Lindholm wrote: > On Mon, Feb 04, 2019 at 08:02:55PM +0100, Laszlo Ersek wrote: >> AIUI, "-a IA32 -a X64" it means "build the Components.* sections >> (plural) as dictated by the '-a' flags, and then organize the full >> (multi-arch) set of modules into the flash device(s), described by >> FLASH_DEFINITION". > > Nope, I did spot that actually :) > Although I was certainly confused the first 10 times I looked at those > .dscs. > > And it could still be squashed into a common .dsc/.fdf if there was a > useful way of handling $(ARCH) when multiple -a have been specified to > the build command. I agree. Thanks Laszlo