Add Pentium 4 Linux support

This commit is contained in:
2026-07-17 19:43:26 -05:00
parent 7f33d448c7
commit 136b417cf8
5 changed files with 76 additions and 7 deletions
+10
View File
@@ -34,6 +34,10 @@ jobs:
os: ubuntu-24.04
openssl_target: linux-x86_64
cross_prefix: ''
- target: linux-i386
os: ubuntu-24.04
openssl_target: linux-x86
cross_prefix: ''
- target: linux-arm64
os: ubuntu-24.04
openssl_target: linux-aarch64
@@ -61,6 +65,12 @@ jobs:
sudo apt-get update
sudo apt-get install --yes gcc-aarch64-linux-gnu
- name: Install the Linux i386 multilib compiler
if: matrix.target == 'linux-i386'
run: |
sudo apt-get update
sudo apt-get install --yes gcc-multilib
- name: Install the Linux PPC32 big-endian cross-compiler
if: matrix.target == 'linux-ppc32be'
run: |