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
- Host: GitHub
- URL: https://github.com/decompals/old-gcc
- Owner: decompals
- Created: 2022-01-16T20:19:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-16T19:52:45.000Z (8 months ago)
- Last Synced: 2025-10-29T06:36:26.527Z (5 months ago)
- Language: Dockerfile
- Size: 68.4 KB
- Stars: 24
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.