Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 386 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 386 Bytes

package-gcc

The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Ada, and Go, as well as libraries for these languages (libstdc++,...). https://gcc.gnu.org

See https://gcc.gnu.org for releases.

Generating the RPM package

Edit the Makefile to ensure that you are setting the intended version, then run make.

make gcc6
make gcc7