From 0f9beb211c057ba52031e47d2354645a18a35bb4 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Mon, 18 Oct 2021 10:46:38 +0200 Subject: [PATCH 1/5] Update readme move image list Signed-off-by: Bensuperpc --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 108cf57..feb0a62 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,17 @@ The dockcross script will execute the given command-line inside the container, a | dockcross/windows-armv7 | ARMv7 | Clang | Windows | | dockcross/windows-arm64 | ARMv8 | Clang | Windows | +The list of docker images that are no longer supported + +| Image name | Target arch | Compiler | Target OS | +|:-------:|:--------:|:------:|:-----:| +| dockcross/manylinux1-x86 | x86 | GCC | manylinux | +| dockcross/manylinux1-x64 | x86_64 | GCC| manylinux | +| dockcross/manylinux2010-x86 | x86 | GCC | manylinux | +| dockcross/manylinux2010-x64 | x86_64 | GCC | manylinux | +| dockcross/linux-mipsel | mipsel | GCC 4.9 | Debian 8 | + + ## Cross compilers ### dockcross/base @@ -381,17 +392,6 @@ ARMv7 32-bit Windows cross-compiler based on [LLVM/MinGW-w64](https://github.com ARMv8 64-bit Windows cross-compiler based on [llvm-mingw](https://github.com/mstorsjo/llvm-mingw) -## Summary legacy cross compilers - -The list of docker images that are no longer supported or broken - -| Image name | Target arch | Compiler | Target OS | -|:-------:|:--------:|:------:|:-----:| -| dockcross/manylinux1-x86 | x86 | GCC | manylinux | -| dockcross/manylinux1-x64 | x86_64 | GCC| manylinux | -| dockcross/manylinux2010-x86 | x86 | GCC | manylinux | -| dockcross/manylinux2010-x64 | x86_64 | GCC | manylinux | - ## Articles - [dockcross: C++ Write Once, Run From c06be541acb0ba3d84bb72a91c2dd02027f620d1 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Mon, 18 Oct 2021 10:49:04 +0200 Subject: [PATCH 2/5] Bold some words Signed-off-by: Bensuperpc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feb0a62..9f7e680 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ The dockcross script will execute the given command-line inside the container, a | dockcross/windows-armv7 | ARMv7 | Clang | Windows | | dockcross/windows-arm64 | ARMv8 | Clang | Windows | -The list of docker images that are no longer supported +The list of docker images that are **no longer supported** | Image name | Target arch | Compiler | Target OS | |:-------:|:--------:|:------:|:-----:| From 6d00aa95f5c38d2da88613bc00848c928d37465d Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Mon, 18 Oct 2021 10:51:55 +0200 Subject: [PATCH 3/5] Update text Signed-off-by: Bensuperpc --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f7e680..7276c4f 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ The dockcross script will execute the given command-line inside the container, a ## Summary cross compilers +The list of docker images that are **supported**. + | Image name | Target arch | Compiler | Target OS | |:-------:|:--------:|:------:|:-----:| | dockcross/base | - | - | - | @@ -117,7 +119,7 @@ The dockcross script will execute the given command-line inside the container, a | dockcross/windows-armv7 | ARMv7 | Clang | Windows | | dockcross/windows-arm64 | ARMv8 | Clang | Windows | -The list of docker images that are **no longer supported** +The list of docker images that are **no longer maintained** | Image name | Target arch | Compiler | Target OS | |:-------:|:--------:|:------:|:-----:| From ed5ecc293e1cbd2f95635f892ebfdcfcae164a98 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Mon, 18 Oct 2021 10:52:20 +0200 Subject: [PATCH 4/5] Update text Signed-off-by: Bensuperpc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7276c4f..b80862e 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ The dockcross script will execute the given command-line inside the container, a ## Summary cross compilers -The list of docker images that are **supported**. +The list of docker images that are **maintained**. | Image name | Target arch | Compiler | Target OS | |:-------:|:--------:|:------:|:-----:| @@ -119,7 +119,7 @@ The list of docker images that are **supported**. | dockcross/windows-armv7 | ARMv7 | Clang | Windows | | dockcross/windows-arm64 | ARMv8 | Clang | Windows | -The list of docker images that are **no longer maintained** +The list of docker images that are **no longer maintained**. | Image name | Target arch | Compiler | Target OS | |:-------:|:--------:|:------:|:-----:| From e1a1191559bcdb56d47fa53dd3696b0c46828bbe Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Tue, 19 Oct 2021 14:30:16 +0200 Subject: [PATCH 5/5] Update readme Signed-off-by: Bensuperpc --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b80862e..3a27107 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,6 @@ The dockcross script will execute the given command-line inside the container, a ## Summary cross compilers -The list of docker images that are **maintained**. - | Image name | Target arch | Compiler | Target OS | |:-------:|:--------:|:------:|:-----:| | dockcross/base | - | - | - |