From 5e7571369cb97738559388f16270addccd83b7f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Helmke?= Date: Wed, 29 Mar 2023 11:40:36 +0200 Subject: [PATCH] added linux-mips-uclibc to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ab1abb..7453d4c 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ The dockcross script will execute the given command-line inside the container, a | dockcross/linux-armv7a | ARMv7a | GCC | Linux | | dockcross/linux-armv7l-musl | ARMv7l | GCC + musl | Linux | | dockcross/linux-mips | mips | GCC | Linux | +| dockcross/linux-mips-uclibc | mips | GCC + uclibc | Linux | | 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 |