From 2fbd0af24a1cc5c1e8f822e0b5408ca415184eca Mon Sep 17 00:00:00 2001 From: Fancy2209 <64917206+Fancy2209@users.noreply.github.com> Date: Fri, 8 Nov 2024 08:28:08 -0100 Subject: [PATCH] [no ci] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a4072d4..882763a 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ The dockcross script will execute the given command-line inside the container, a | dockcross/linux-mips-lts | mips | GCC 8.5.0 + Glibc 2.28 | Linux | | dockcross/linux-mipsel-lts | mipsel | GCC 8.5.0 + Glibc 2.28 | Linux | | dockcross/linux-s390x | s390x | GCC | Linux | +| dockcross/linux-ppc | ppc | GCC | Linux | | dockcross/linux-ppc64le | ppc64le | GCC | Linux | | dockcross/linux-ppc64le-lts | ppc64le | GCC 8.5.0 + Glibc 2.28 | Linux | | dockcross/linux-riscv32 | riscv32 | GCC | Linux | @@ -324,6 +325,12 @@ Linux m68k cross compiler toolchain for m68k GNU systems (http://www.mac.linux-m ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/dockcross/linux-ppc64le/latest) ![Docker Pulls](https://img.shields.io/docker/pulls/dockcross/linux-ppc64le) +Linux PowerPC cross compiler toolchain for CPUs like the G3, G4, etc. + +### dockcross/linux-ppc64le + +![Docker Image Size (tag)](https://img.shields.io/docker/image-size/dockcross/linux-ppc64le/latest) ![Docker Pulls](https://img.shields.io/docker/pulls/dockcross/linux-ppc64le) + Linux PowerPC 64 little endian cross compiler toolchain for the POWER8, etc. ### dockcross/linux-ppc64le-lts