gcc-4.9

GNU C compiler

Install

All systems
curl cmd.cat/gcc-4.9.sh
Debian Debian
apt-get install gcc-4.9
Ubuntu
apt-get install gcc-4.9
Windows (WSL2)
sudo apt-get update sudo apt-get install gcc-4.9
Raspbian
apt-get install gcc-4.9

gcc-4.9

GNU C compiler

This is the GNU C compiler, a fairly portable optimizing compiler for C.

hardening-wrapper

Compiler wrapper to enable security hardening flags

Replaces gcc, g++, and ld with wrapper scripts that set security hardening compilation flags, as an alternative to changing gcc specs. Enabled when DEB_BUILD_HARDENING=1 is set.

gccgo-4.9

GNU Go compiler

This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.