From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.85.221.67; helo=mail-wr1-f67.google.com; envelope-from=philmd@redhat.com; receiver=edk2-devel@lists.01.org Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) (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 E977321B02822 for ; Fri, 1 Feb 2019 01:50:46 -0800 (PST) Received: by mail-wr1-f67.google.com with SMTP id r10so6313287wrs.10 for ; Fri, 01 Feb 2019 01:50:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:openpgp:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=qNoOSyUTHUGWkuzDgN3p6nnAB2BcKlBnPjwWQx/iggg=; b=POPCARaIVTK14YqVhnri/OQDDHqFdGujc4p4eR6EHcpjB2u+X/8lpFq76kL/6b00fB NzVyp5GwiBsnQjk7C27JUPplS7lZ6pERATM9HU2qlxurK4rtRiCInu909KDrt1NSvh5Z 78ihuwWH5LtWAr8MeNyarpn/8HV+7XNg8GJAxLmrRjyLQF6J916cbyvU1zdtHDBFz/xp IUalZOfv6u17Ks43O6Q7KPmS/BNKQHkYVttgIKu7uxHSOmdAzTsRi4MO72/kYMaWBKnF QxORop0XP8sqYuQbFjPMgZrxIBQEAE2fDytQsqGCgH5/88+cNht0wncS1BraBGIniqvP QAdA== X-Gm-Message-State: AJcUukcJmLbammPb0mXlOBVicBwH1yyfnahfK78B55QauPQjoXnWewYk /LVuNoiauuFB0oo0UTyfuu21jg== X-Google-Smtp-Source: ALg8bN5Efdputz48I1OjqTAcsgdSFrJnWbZN80RUvpQh9gNDQyT2I2O//1KmU1WEaIQreOpzGDexKg== X-Received: by 2002:adf:c711:: with SMTP id k17mr36672563wrg.197.1549014645004; Fri, 01 Feb 2019 01:50:45 -0800 (PST) Received: from [192.168.1.33] (110.red-83-51-161.dynamicip.rima-tde.net. [83.51.161.110]) by smtp.gmail.com with ESMTPSA id b13sm4940550wrn.28.2019.02.01.01.50.44 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Fri, 01 Feb 2019 01:50:44 -0800 (PST) To: Shenglei Zhang , edk2-devel@lists.01.org Cc: Anthony Perard , Jordan Justen , Laszlo Ersek References: <20190201053445.13660-1-shenglei.zhang@intel.com> <20190201053445.13660-7-shenglei.zhang@intel.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Openpgp: id=89C1E78F601EE86C867495CBA2A3FD6EDEADC0DE; url=http://pgp.mit.edu/pks/lookup?op=get&search=0xA2A3FD6EDEADC0DE Message-ID: <90f309f1-204b-49fa-189a-4144fef9c322@redhat.com> Date: Fri, 1 Feb 2019 10:50:43 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <20190201053445.13660-7-shenglei.zhang@intel.com> Subject: Re: [PATCH 06/10] OvmfPkg/README: Remove UNIXGCC 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: Fri, 01 Feb 2019 09:50:47 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Hi, On 2/1/19 6:34 AM, Shenglei Zhang wrote: > Remove content related to UNIXGCC in README. > https://bugzilla.tianocore.org/show_bug.cgi?id=1377 > > Cc: Jordan Justen > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > Cc: Anthony Perard > Cc: Julien Grall > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Shenglei Zhang > --- > OvmfPkg/README | 19 ------------------- > 1 file changed, 19 deletions(-) > > diff --git a/OvmfPkg/README b/OvmfPkg/README > index 68ce0750af..c014d07bfb 100644 > --- a/OvmfPkg/README > +++ b/OvmfPkg/README > @@ -402,25 +402,6 @@ main firmware (MAINFV) into RAM memory at address 0x800000. The > remaining OVMF firmware then uses this decompressed firmware > volume image. > > -=== UNIXGCC Debug === > - > -If you build with the UNIXGCC toolchain, then debugging will be disabled > -due to larger image sizes being produced by the UNIXGCC toolchain. The > -first choice recommendation is to use GCC48 or newer instead. > - > -If you must use UNIXGCC, then you can override the build options for > -particular libraries and modules in the .dsc to re-enable debugging > -selectively. For example: > - [Components] > - OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf { > - > - GCC:*_*_*_CC_FLAGS = -UMDEPKG_NDEBUG > - } > - MdeModulePkg/Universal/BdsDxe/BdsDxe.inf { > - > - GCC:*_*_*_CC_FLAGS = -UMDEPKG_NDEBUG > - } > - > === UEFI Windows 7 & Windows 2008 Server === > > * One of the '-vga std' and '-vga qxl' QEMU options should be used. > Doesn't it make sense to squash this commit with the previous one as "OvmfPkg: Remove UNIXGCC"? Regards, Phil.