GNU toolchain - AshokBhat/notes GitHub Wiki

About

  • Broad collection of programming tools produced by the GNU Project

Components

  • GNU make
  • GNU Compiler Collection (GCC)
  • GNU C Library (glibc): core C library including headers, libraries, and dynamic loader
  • GNU Binutils: a suite of tools including linker, assembler and other tools
  • GNU Debugger (GDB): a code debugging tool
  • GNU build system (autotools): Autoconf, Automake and Libtool
  • GNU C++ runtime library (libstdc++)

Linux distribution versions

Distro GCC glibc binutils
RHEL Next 14? 2.39? ?
RHEL 9 11.2.x 2.34 2.35.2
RHEL 8 8.2 2.28 (Aug 18) 2.30
RHEL 7 4.8.x 2.17 (Feb 13) 2.27
CentOS 8 8.1.1 2.28 (Aug 18) 2.30
CentOS 7 4.8.5 2.17 (Feb 13) 2.27
Ubuntu 24.04 13? Feb 24? ?
Ubuntu 22.04 11.2.0 2.35 (Feb 22) ?
Ubuntu 20.04 9.3.0 2.31 (Feb 20) 2.34
Ubuntu 18.04 7.3.0 2.27 (Feb 18) 2.30
Ubuntu 16.04 5.3.1 2.23 (Feb 16) 2.26
SLES 15 7.1 2.26 (Aug 17) 2.31
SLES 12 4.8 2.19 (Feb 14)
Amazon Linux 2 7.3 2.26 (Aug 17) 2.29.1

See also