From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 83181208F7A18 for ; Thu, 10 Aug 2017 17:32:13 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BBC38C05A1A1; Fri, 11 Aug 2017 00:34:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com BBC38C05A1A1 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=lersek@redhat.com Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-96.phx2.redhat.com [10.3.116.96]) by smtp.corp.redhat.com (Postfix) with ESMTP id 53069600C0; Fri, 11 Aug 2017 00:34:29 +0000 (UTC) From: Laszlo Ersek To: edk2-devel-01 Cc: Alex Williamson , Ard Biesheuvel , Jordan Justen , Liming Gao , Michael Kinney , Yonghong Zhu Date: Fri, 11 Aug 2017 02:34:25 +0200 Message-Id: <20170811003426.2332-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Fri, 11 Aug 2017 00:34:32 +0000 (UTC) Subject: [PATCH 0/1] BaseTools/tools_def.template: revert to large code model for X64/GCC5/LTO 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: Fri, 11 Aug 2017 00:32:13 -0000 Patch #1 explains it all (grab a coffee first). For testing, it's likely most robust to run git clean -fdx exit in your terminal, before fetching & checking out my branch, and rebuilding OVMF. Repo: https://github.com/lersek/edk2.git Branch: gcc7_lto Cc: Alex Williamson Cc: Ard Biesheuvel Cc: Jordan Justen Cc: Liming Gao Cc: Michael Kinney Cc: Yonghong Zhu Thanks Laszlo Laszlo Ersek (1): BaseTools/tools_def.template: revert to large code model for X64/GCC5/LTO BaseTools/Conf/tools_def.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.13.1.3.g8be5a757fa67