commit | ac49e7b743a88faa5c2a520512b6acfc82728eb7 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 25 09:55:46 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 04 23:30:02 2020 -0400 |
tree | 26f328e5cb352a254d29045bac38c75796ce5035 | |
parent | 8d4e7e276ca6cc21e4334530cbb40f19800eee7c [diff] [blame] |
doc: move Clang documentation to HTML * Move README.clang to doc/build/clang.rst and reformat as reStructeredText. * Indicate that -ffixed-r9 and -ffixed-x18 are used to reserve registers for gd. * Minor editing. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
diff --git a/doc/build/index.rst b/doc/build/index.rst index e4e3411..e0072af 100644 --- a/doc/build/index.rst +++ b/doc/build/index.rst
@@ -6,4 +6,5 @@ .. toctree:: :maxdepth: 2 + clang tools