From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=2a00:1450:400c:c09::232; helo=mail-wm0-x232.google.com; envelope-from=pete@akeo.ie; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3B9F1221523A1 for ; Mon, 4 Dec 2017 09:39:04 -0800 (PST) Received: by mail-wm0-x232.google.com with SMTP id 9so7327410wme.4 for ; Mon, 04 Dec 2017 09:43:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akeo-ie.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=n18m4xRbVU0/0Nd19E36vYhu8/0uHBWkY4lh1lppZus=; b=h8zbKVHolYVGKFnd85fwnsBlgN+ST7NE5DBwGjjNNb5wyewEC+PTl7YDhD4AUpcSoD thhq9KqCz/6UxbrsdqcgtPhQShSwZPEIoSUuI81NDVmadTgWCgFQPtBEKDBapRrKBV4l 1abvk54wdvd3ZGvh+PFptEKKnr1BhIzVllQ0KxJ+etiGR8WZEVQfAxMY2vnC0ypfB5Mr xEb0MLmQ2uMatDfxWIiE3CsVRb5PSznYCBbng5xz0GJBLHOwWDbp5UgkH/1kD2lSNU2i OD9teEvxbCbfYgVYhqsgoCBh0Ol8YM55+/WKAooZxyBPO5HlbBG9ZM8SUUDqgsbjI9jD 6oUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=n18m4xRbVU0/0Nd19E36vYhu8/0uHBWkY4lh1lppZus=; b=OB+w4uCq6JKGihdNfbp1mTv7p20HcT8xH3IfycaKWGacwF5JVu4lkWaxEOYk2RDsoO 2T4camWs25pBsCZiaCXTtl9LqVG0Jz3rWlkhsO6PBgfzSIhagVCV3nO6Auj5EYoNjrwS PSkTvlSU2Ow4AqtVELnF2LmR1UZPkzBQ5TXf3vX7yrTJZidBw/WEXwcKjhowRJb2Rz3G lUqblayMrCJtx/EVRrg6Hoi0uUUCQRul3NEKHaOR8ea8VkZXKpnMhNG3H7mkd94iWCcC 2Tp8Cg2FAwJN3ksSGWcfTPl19TgGj06aGf2mF+JMpTjnG+beqs1Bk09fbUevYL2Ty1M6 rRVQ== X-Gm-Message-State: AJaThX5HjhQfv69cxGtbHzFwESBRLAXiOlDp9R9DI9j7ylUCURFor9c2 mfhib2ErvrPoirHKVA3fGrvLpg== X-Google-Smtp-Source: AGs4zMaLeqRiwEyFIMebQa08VVSRpQbzTmMs35QqsdTuPpchwxYhOE+2k9GI7z+itw0fDWDCUGGS+w== X-Received: by 10.80.220.132 with SMTP id r4mr32657718edk.180.1512409412882; Mon, 04 Dec 2017 09:43:32 -0800 (PST) Received: from [10.0.0.101] ([84.203.42.156]) by smtp.googlemail.com with ESMTPSA id i16sm8357278edj.77.2017.12.04.09.43.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 Dec 2017 09:43:32 -0800 (PST) To: "edk2-devel@lists.01.org" , "Gao, Liming" References: <20171204131205.11304-1-pete@akeo.ie> <20171204131205.11304-4-pete@akeo.ie> <4A89E2EF3DFEDB4C8BFDE51014F606A14E189CF7@SHSMSX104.ccr.corp.intel.com> From: Pete Batard Message-ID: Date: Mon, 4 Dec 2017 17:43:31 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E189CF7@SHSMSX104.ccr.corp.intel.com> Subject: Re: [PATCH 3/6] MdePkg/Library/BaseLib: Enable VS2017/ARM builds X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2017 17:39:04 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit On 2017.12.04 15:40, Gao, Liming wrote: > Pete: > Why override compiler option /GL- here? I carried this /GL- override from an earlier patch, as I was initially experiencing breakage when trying to compile some drivers without it during linking. However, I have now re-tested without this option, and I can't see any instance where /GL- appears to be needed. I will therefore remove it and submit a new patch. Regards, /Pete