Skip to content

Commit 2c1726b

Browse files
committed
Add GCC 2.95 to releases table
1 parent 583c425 commit 2c1726b

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@ on:
66
workflow_dispatch:
77
branches:
88
- '**'
9-
push:
10-
branches:
11-
- '**'
129

1310
permissions: write-all
1411

1512
env:
1613
OBGGCC_BUILD_PARALLEL_LEVEL: 40
1714
OBGGCC_BUILD_DIRECTORY: /tmp
18-
OBGGCC_RELEASE: '2.95'
15+
OBGGCC_RELEASE: '16'
1916
OBGGCC_TARGETS: '*'
2017

2118
jobs:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This eliminates the need to install an ancient Linux distribution in Docker/LXC
1212

1313
### Distributions
1414

15-
| distribution_version | glibc_version | linux_version | gcc_version | availability_date |
15+
| distribution_version | glibc_version | linux_version | stl_version | availability_date |
1616
| :-------------------------------: | :-----------: | :-----------: | :---------: | :---------------: |
1717
| Debian 4 (Etch) | glibc 2.3.6 | Linux 2.6.18 | GCC 4.1.1 | 2007 |
1818
| Debian 5 (Lenny) | glibc 2.7 | Linux 2.6.26 | GCC 4.3.2 | 2009 |
@@ -607,5 +607,6 @@ There are precompiled binaries available for multiple GCC major releases, listed
607607
- [GCC 3.3](https://github.com/AmanoTeam/obggcc/releases/tag/gcc-3.3)
608608
- [GCC 3.2](https://github.com/AmanoTeam/obggcc/releases/tag/gcc-3.2)
609609
- [GCC 3.1](https://github.com/AmanoTeam/obggcc/releases/tag/gcc-3.1)
610+
- [GCC 2.95](https://github.com/AmanoTeam/obggcc/releases/tag/gcc-2.95)
610611
611612
Only the **stable** and **development** releases are actively maintained. Older releases may occasionally receive updates to incorporate fixes or improvements from maintained versions, but they are treated as low priority.

0 commit comments

Comments
 (0)