Complete GCC tool chain for C/C++ development
This package provides a complete GCC tool chain for C/C++ development to be installed in user profiles. This includes GCC, as well as libc (headers and binaries, plus debugging symbols in the debug
output), and Binutils. GCC is the GNU Compiler Collection.
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'libc' does not match package name 'glibc' | |
input-labels Identify input labels that do not match package names | label 'libc-debug' does not match package name 'glibc:debug' | |
input-labels Identify input labels that do not match package names | label 'libc-static' does not match package name 'glibc:static' | |
input-labels Identify input labels that do not match package names | label 'gcc-lib' does not match package name 'gcc:lib' |