Blame SOURCES/0002-target.template-select-OVMF-X64-gcc-4.8-as-default-R.patch

eb7fe6
From dda42165a08dd48f4db3b0a2febcc81c8b5798c5 Mon Sep 17 00:00:00 2001
eb7fe6
From: Laszlo Ersek <lersek@redhat.com>
eb7fe6
Date: Wed, 11 Jun 2014 22:24:32 +0200
eb7fe6
Subject: target.template: select OVMF / X64 / gcc-4.8 as default (RHEL only)
eb7fe6
eb7fe6
Select OVMF / X64 as our default build target, and select gcc-4.8 as our
eb7fe6
default compiler. These settings allow us to save some parameters in build
eb7fe6
command lines later on.
eb7fe6
eb7fe6
Notes about the 20160608b-988715a -> 20170228-c325e41585e3 rebase:
eb7fe6
eb7fe6
- no changes
eb7fe6
eb7fe6
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
eb7fe6
(cherry picked from commit 8a4cbf4b9fc172404204a2c33377855e8989fa16)
eb7fe6
---
eb7fe6
 BaseTools/Conf/target.template | 6 +++---
eb7fe6
 1 file changed, 3 insertions(+), 3 deletions(-)
eb7fe6
eb7fe6
diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template
eb7fe6
index 787fc64..69b900e 100644
eb7fe6
--- a/BaseTools/Conf/target.template
eb7fe6
+++ b/BaseTools/Conf/target.template
eb7fe6
@@ -23,7 +23,7 @@
eb7fe6
 #                                               build. This line is required if and only if the current
eb7fe6
 #                                               working directory does not contain one or more description
eb7fe6
 #                                               files.
eb7fe6
-ACTIVE_PLATFORM       = Nt32Pkg/Nt32Pkg.dsc
eb7fe6
+ACTIVE_PLATFORM       = OvmfPkg/OvmfPkgX64.dsc
eb7fe6
 
eb7fe6
 #  TARGET                List       Optional    Zero or more of the following: DEBUG, RELEASE, NOOPT
eb7fe6
 #                                               UserDefined; separated by a space character.
eb7fe6
@@ -47,7 +47,7 @@ TARGET                = DEBUG
eb7fe6
 #                                               If not specified, then all valid architectures specified
eb7fe6
 #                                               in the platform file, for which tools are available, will be
eb7fe6
 #                                               built.
eb7fe6
-TARGET_ARCH           = IA32
eb7fe6
+TARGET_ARCH           = X64
eb7fe6
 
eb7fe6
 #  TOOL_DEFINITION_FILE  Filename  Optional   Specify the name of the filename to use for specifying
eb7fe6
 #                                             the tools to use for the build.  If not specified,
eb7fe6
@@ -57,7 +57,7 @@ TOOL_CHAIN_CONF       = Conf/tools_def.txt
eb7fe6
 #  TAGNAME               List      Optional   Specify the name(s) of the tools_def.txt TagName to use.
eb7fe6
 #                                             If not specified, all applicable TagName tools will be
eb7fe6
 #                                             used for the build.  The list uses space character separation.
eb7fe6
-TOOL_CHAIN_TAG        = MYTOOLS
eb7fe6
+TOOL_CHAIN_TAG        = GCC48
eb7fe6
 
eb7fe6
 # MAX_CONCURRENT_THREAD_NUMBER  NUMBER  Optional  The number of concurrent threads. Recommend to set this
eb7fe6
 #                                                 value to one more than the number of your compurter
eb7fe6
-- 
eb7fe6
1.8.3.1
eb7fe6