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.151; helo=mga17.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (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 16A4D2115991B for ; Mon, 24 Dec 2018 07:01:17 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Dec 2018 07:01:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,392,1539673200"; d="scan'208";a="128690331" Received: from lgao4-mobl1.ccr.corp.intel.com ([10.255.31.240]) by fmsmga002.fm.intel.com with ESMTP; 24 Dec 2018 07:01:16 -0800 From: Liming Gao To: edk2-devel@lists.01.org Cc: Leif Lindholm , Laszlo Ersek , Michael Kinney , Andrew Fish , Yonghong Zhu , Feng Bob C Date: Mon, 24 Dec 2018 23:01:02 +0800 Message-Id: <20181224150107.28624-1-liming.gao@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 Subject: [Patch 0/5] Remove unused tool chains in tools_def.template X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2018 15:01:18 -0000 BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1377 Remove VS2003, VS2005, DDK3790, UNIXGCC, GCC44, GCC45, GCC46, GCC47, ELFGCC, CYGGCC, ICC, ICC11 tool chain. ~3000 lines are removed from tools_def.template. Cc: Leif Lindholm Cc: Laszlo Ersek Cc: Michael Kinney Cc: Andrew Fish Cc: Yonghong Zhu Cc: Feng Bob C Ard Biesheuvel (1): BaseTools/Conf/tools_def.template: drop ARM/AARCH support from GCC46/GCC47 Liming Gao (4): BaseTools tools_def.template: Remove obsolete ELFGCC/UNIXGCC/CYGGCC tool chain BaseTools tools_def.template: Remove obsolete GCC44-GCC47 tool chain BaseTools tools_def.template: Remove obsolete ICC/ICC11 tool chains BaseTools tools_def.template: Remove obsolete VS2003-2005/DDK3790 tool chains BaseTools/Conf/tools_def.template | 3112 ++----------------------------------- 1 file changed, 102 insertions(+), 3010 deletions(-) -- 2.13.0.windows.1