Skip to content

lru-packages/package-gcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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