From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 562641A1E04 for ; Mon, 5 Sep 2016 21:00:07 -0700 (PDT) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP; 05 Sep 2016 21:00:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,290,1470726000"; d="scan'208";a="4840965" Received: from shwde7172.ccr.corp.intel.com ([10.239.9.23]) by fmsmga005.fm.intel.com with ESMTP; 05 Sep 2016 21:00:06 -0700 From: Liming Gao To: edk2-devel@lists.01.org Date: Tue, 6 Sep 2016 11:59:43 +0800 Message-Id: <1473134387-36776-1-git-send-email-liming.gao@intel.com> X-Mailer: git-send-email 2.8.0.windows.1 MIME-Version: 1.0 Subject: [Patch 0/4] BaseTools GNU makefile: Update GCC Flags to the specific one with BUILD_ prefix X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2016 04:00:07 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The following 4 patches clean up the remaining issues in GNU makefile. With those changes, all GNU makefiles have been updated. Liming Gao (4): BaseTools GNU makefile: Add BUILD_CXXFLAGS to align make built-in rule BaseTools GNU makefile: remove unused .S rule BaseTools VfrCompile GNU makefile: Replace CXX with BUILD_CXX BaseTools VfrCompile Pccts: Update GCC Flags to the specific one with BUILD_ prefix BaseTools/Source/C/Makefiles/footer.makefile | 5 +---- BaseTools/Source/C/Makefiles/header.makefile | 1 + BaseTools/Source/C/VfrCompile/GNUmakefile | 10 +++++----- BaseTools/Source/C/VfrCompile/Pccts/antlr/makefile | 13 ++++++++----- BaseTools/Source/C/VfrCompile/Pccts/dlg/makefile | 18 +++++++++++------- 5 files changed, 26 insertions(+), 21 deletions(-) -- 2.8.0.windows.1