From 5c4e41ad23c84c6c44d867989d1225544e5a3926 Mon Sep 17 00:00:00 2001 From: Yu-Cheng Chang Date: Thu, 28 Dec 2023 03:20:56 +0800 Subject: [PATCH] misc: Fix kconfig section format of RELEASE-NOTE.md (#714) Change-Id: Iff6edca7db3c46d2ff1c3d4b19cc0907d4f2922d --- RELEASE-NOTES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 2a4597bac0..71281e457f 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -7,10 +7,10 @@ During this release, there have been 362 pull requests merged which comprise 416 ### The gem5 build can is now configured with `kconfig` -Most gem5 builds without customized options (excluding double dash options) (e.g. , build/X86/gem5.opt) are backwards compatible and require no changes to your current workflows. -All of the default builds in `build_opts` are unchanged and still available. -However, if you want to specialize your build. For example, use customized ruby protocol. The command scons PROTOCOL= build/ALL/gem5.opt will not work anymore. you now have to use scons to update the ruby protocol as example. The double dash options (--without-tcmalloc, --with-asan and so on) are still continue to work as normal. -For more details refer to the documentation here: [kconfig documentation](https://www.gem5.org/documentation/general_docs/kconfig_build_system/) +- Most gem5 builds without customized options (excluding double dash options) (e.g. , build/X86/gem5.opt) are backwards compatible and require no changes to your current workflows. +- All of the default builds in `build_opts` are unchanged and still available. +- However, if you want to specialize your build. For example, use customized ruby protocol. The command `scons PROTOCOL= build/ALL/gem5.opt` will not work anymore. you now have to use `scons ` to update the ruby protocol as example. The double dash options (`--without-tcmalloc`, `--with-asan` and so on) are still continue to work as normal. +- For more details refer to the documentation here: [kconfig documentation](https://www.gem5.org/documentation/general_docs/kconfig_build_system/) ### Standard library improvements