Xeeynamo / old-gcc-mac-maybe

Downloads, patches and builds old versions of GCC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Old GCC

Run VERSION=2.7.2.2 make to build an old version of GCC.

Alternatively use one of the prebuild binaries available from the Releases page.

Currently supported versions:

  • GCC 2.6.0
  • GCC 2.6.3
  • GCC 2.7.0
  • GCC 2.7.1
  • GCC 2.7.2
  • GCC 2.7.2.1
  • GCC 2.7.2.2
  • GCC 2.7.2.3
  • GCC 2.8.0
  • GCC 2.8.1
  • GCC 2.91.66
  • GCC 2.95.22

NOTE: All the builds target the mipsel architecture. GCC 2.7.0 and above can be passed -meb to target big endian at runtime.

About

Downloads, patches and builds old versions of GCC


Languages

Language:Dockerfile 71.7%Language:Makefile 22.2%Language:C 6.1%