mirror of https://github.com/acidanthera/audk.git
BaseTools/Conf/tools_def.template: Bump VERSION to 3.00
Bump VERSION to 3.00 and explain the changes made to the toolchains. Signed-off-by: Rebecca Cran <rebecca@bsdio.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Tested-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
parent
050d6e9434
commit
757f502a3b
|
@ -15,8 +15,13 @@
|
|||
#
|
||||
# 2.00 - Initial version with changes for CI
|
||||
# - Change RC path to use plugin
|
||||
# 3.00 - Update toolchains
|
||||
# - Add support for ARM and AARCH64 to CLANGDWARF
|
||||
# - Remove VS2008, VS2010, VS2012, VS2013, CLANG35, CLANG38, EBC
|
||||
# - Add GCC and GCCNOLTO
|
||||
# - Deprecate GCC48, GCC49 and GCC5.
|
||||
#
|
||||
#!VERSION=2.00
|
||||
#!VERSION=3.00
|
||||
|
||||
IDENTIFIER = Default TOOL_CHAIN_CONF
|
||||
|
||||
|
|
Loading…
Reference in New Issue