From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.120; helo=mga04.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 86B022215BDB9 for ; Wed, 31 Jan 2018 03:54:29 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jan 2018 04:00:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,439,1511856000"; d="scan'208";a="23641085" Received: from shwde7172.ccr.corp.intel.com ([10.239.9.15]) by orsmga003.jf.intel.com with ESMTP; 31 Jan 2018 04:00:03 -0800 From: Liming Gao To: edk2-devel@lists.01.org Date: Wed, 31 Jan 2018 19:59:55 +0800 Message-Id: <1517399997-1784-1-git-send-email-liming.gao@intel.com> X-Mailer: git-send-email 2.8.0.windows.1 Subject: [Patch 0/2] BaseTools GNUmakefile: Move HOST_ARCH detection into common makefile X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jan 2018 11:54:31 -0000 Liming Gao (2): BaseTools GNUmakefile: Move HOST_ARCH detection into common makefile BaseTools GNUmakefile: Remove HOST_ARCH in every tool Makefile BaseTools/Source/C/BootSectImage/GNUmakefile | 3 +-- BaseTools/Source/C/BrotliCompress/GNUmakefile | 3 +-- BaseTools/Source/C/Common/GNUmakefile | 3 +-- BaseTools/Source/C/EfiLdrImage/GNUmakefile | 3 +-- BaseTools/Source/C/EfiRom/GNUmakefile | 3 +-- BaseTools/Source/C/GenCrc32/GNUmakefile | 3 +-- BaseTools/Source/C/GenFfs/GNUmakefile | 3 +-- BaseTools/Source/C/GenFv/GNUmakefile | 3 +-- BaseTools/Source/C/GenFw/GNUmakefile | 3 +-- BaseTools/Source/C/GenPage/GNUmakefile | 3 +-- BaseTools/Source/C/GenSec/GNUmakefile | 3 +-- BaseTools/Source/C/GenVtf/GNUmakefile | 3 +-- BaseTools/Source/C/GnuGenBootSector/GNUmakefile | 3 +-- BaseTools/Source/C/LzmaCompress/GNUmakefile | 3 +-- BaseTools/Source/C/Makefiles/header.makefile | 28 +++++++++++++++++++++++-- BaseTools/Source/C/Split/GNUmakefile | 3 +-- BaseTools/Source/C/TianoCompress/GNUmakefile | 3 +-- BaseTools/Source/C/VfrCompile/GNUmakefile | 3 +-- BaseTools/Source/C/VolInfo/GNUmakefile | 3 +-- 19 files changed, 44 insertions(+), 38 deletions(-) -- 2.8.0.windows.1