diff options
author | Carlos O'Donell <carlos@redhat.com> | 2024-02-28 10:03:36 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2024-02-28 10:05:45 -0500 |
commit | 29b8f979f87a2a07938946159bd2e827405258a2 (patch) | |
tree | a6860997f3d53a4be281d6b7f56beb9684af5954 /source/tac | |
parent | 5fbfd1d8f7391dd40fd9aeec0d775165a30cffc5 (diff) | |
download | cti.coretoolchain.dev-29b8f979f87a2a07938946159bd2e827405258a2.tar.gz |
Provide top-level description of CTI, TAC, and Governance.
Remove build/ tree and add to .gitignore.
Includes FAQ section.
Signed-off-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'source/tac')
-rw-r--r-- | source/tac/index.rst | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/source/tac/index.rst b/source/tac/index.rst new file mode 100644 index 0000000..3fb75b8 --- /dev/null +++ b/source/tac/index.rst @@ -0,0 +1,35 @@ +.. index:: + single: Core Toolchain Infrastructure Technical Advisory Council + +CTI TAC +======= + +The Core Toolchain Infrastructure Technical Advisory Council is +currently made up of the following community member (alphabetical): + +* Carlos O'Donell +* David Edelsohn +* Frank Ch. Eigler +* Jeff Law +* Joel Brobecker +* Jose Marchesi +* Joseph Myers +* Nick Clifton +* Siddhesh Poyarekar +* Simon Marchi + +The current CTI TAC has representatives from GNU Maintainers for gcc, +binutils, glibc and gdb. + +We wish to extend a heartfelt thank you to our previous CTI TAC members: + +* Martin Liška +* Chris Faylor + +You can reach the CTI TAC by emailing `cti-tac@lists.linuxfoundation.org <mailto:cti-tac@lists.linuxfoundation.org>`_. + +----------------- + +* :ref:`genindex` + +* :ref:`search` |