diff options
author | Liming Gao <liming.gao@intel.com> | 2018-01-31 19:59:57 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2018-02-06 13:44:42 +0800 |
commit | d16e777ac564557f805db05a0110874797b65ceb (patch) | |
tree | 6b9584c1e68b58475a32835678cbef06f6f5c235 /BaseTools/Source/C/GenPage | |
parent | 1eac82c878f5f65e2cd4eb6a6553dbddeb739c12 (diff) | |
download | edk2-d16e777ac564557f805db05a0110874797b65ceb.tar.gz edk2-d16e777ac564557f805db05a0110874797b65ceb.tar.bz2 edk2-d16e777ac564557f805db05a0110874797b65ceb.zip |
BaseTools GNUmakefile: Remove HOST_ARCH in every tool Makefile
HOST_ARCH has been moved into the common header.makefile
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Source/C/GenPage')
-rw-r--r-- | BaseTools/Source/C/GenPage/GNUmakefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BaseTools/Source/C/GenPage/GNUmakefile b/BaseTools/Source/C/GenPage/GNUmakefile index 9b5a4d3575..9590042477 100644 --- a/BaseTools/Source/C/GenPage/GNUmakefile +++ b/BaseTools/Source/C/GenPage/GNUmakefile @@ -1,7 +1,7 @@ ## @file
# GNU/Linux makefile for 'GenPage' module build.
#
-# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -10,7 +10,6 @@ # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
-HOST_ARCH ?= IA32
MAKEROOT ?= ..
APPNAME = GenPage
|