1c81924b1b
This packages provides GCC support libraries from gcc49 in a specific location and allows packages to depend on just the libraries rather than having to pull in the full GCC package. It is heavily based on lang/gcc47-libs.
7 lines
341 B
Text
7 lines
341 B
Text
The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C,
|
|
Fortran, and Go, as well as libraries for these languages (libstdc++,
|
|
libgfortran, ...).
|
|
|
|
This packages provides GCC support libraries in a specific location and allows
|
|
packages to depend on just the libraries rather than having to pull in the full
|
|
GCC package.
|