Linux Kernel
  • Cover
  • Introduction
    • Tools
    • Device Tree
  • Compilation
  • Build System
  • Kernel Trees
  • Samples
  • Debug
    • Printk
    • GDB
  • Kernel Message
  • Toolchain
Powered by GitBook
On this page

Toolchain

user@workstation:~/linux$ gcc -dumpmachine
i586-linux-gnu
user@workstation:~/linux$
  • glibc

  • eglibc

  • uClibc

  • musl libc

PreviousKernel Message

Last updated 7 years ago