An open API service indexing awesome lists of open source software.

https://github.com/decompals/old-gcc

Downloads, patches and builds old versions of GCC
https://github.com/decompals/old-gcc

Last synced: 2 months ago
JSON representation

Downloads, patches and builds old versions of GCC

Awesome Lists containing this project

README

          

# 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](https://github.com/decompals/old-gcc/releases) page.

**Currently supported versions:**
- GCC 2.5.7
- 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.