GCC for the Parallax Propeller
GCC is the GNU Compiler Collection. It provides compiler front-ends for several languages, including C, C++, Objective-C, Fortran, Ada, and Go. It also includes runtime support libraries for these languages.
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'ld-wrapper-cross' does not match package name 'ld-wrapper-propeller-elf' | |
input-labels Identify input labels that do not match package names | label 'binutils-cross' does not match package name 'propeller-binutils' | |
input-labels Identify input labels that do not match package names | label 'libstdc++' does not match package name 'libstdc++-headers' | |
input-labels Identify input labels that do not match package names | label 'bash' does not match package name 'bash-minimal' | |
input-labels Identify input labels that do not match package names | label 'locales' does not match package name 'glibc-utf8-locales' | |
input-labels Identify input labels that do not match package names | label 'libc-native' does not match package name 'glibc' | |
input-labels Identify input labels that do not match package names | label 'libc-native:static' does not match package name 'glibc:static' | |
patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |