name = "GCC" version = '4.4.7' versionsuffix = "-system" homepage = 'http://gcc.gnu.org/' description = """The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...).""" # empty version to ensure that dependencies are loaded toolchain = SYSTEM osdependencies = ['gcc'] languages = ['c', 'c++', 'fortran'] skipsteps = [ 'source', 'patch', 'prepare', 'configure', 'build', 'test', 'install'] sanity_check_paths = { 'files': ['/usr/bin/gcc'], 'dirs': ['/usr/share/doc/gcc-4.4.7'] } moduleclass = 'compiler'