├── .gitignore ├── Containerfile.m4 ├── LICENSE ├── README.md ├── control.m4 ├── gcc-latest.spec.m4 ├── postinst.m4 └── postrm.m4 /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwakely/pkg-gcc-latest/HEAD/.gitignore -------------------------------------------------------------------------------- /Containerfile.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwakely/pkg-gcc-latest/HEAD/Containerfile.m4 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwakely/pkg-gcc-latest/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwakely/pkg-gcc-latest/HEAD/README.md -------------------------------------------------------------------------------- /control.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwakely/pkg-gcc-latest/HEAD/control.m4 -------------------------------------------------------------------------------- /gcc-latest.spec.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwakely/pkg-gcc-latest/HEAD/gcc-latest.spec.m4 -------------------------------------------------------------------------------- /postinst.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwakely/pkg-gcc-latest/HEAD/postinst.m4 -------------------------------------------------------------------------------- /postrm.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwakely/pkg-gcc-latest/HEAD/postrm.m4 --------------------------------------------------------------------------------