mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-21 18:33:34 +02:00
Add linux-ppc64le-lts
Add linux-ppc64le-lts Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
@ -106,6 +106,7 @@ The dockcross script will execute the given command-line inside the container, a
|
||||
| dockcross/linux-mipsel-lts | mipsel | GCC 8.5.0 + Glibc 2.28 | Linux |
|
||||
| dockcross/linux-s390x | s390x | 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 |
|
||||
| dockcross/linux-riscv64 | riscv64 | GCC | Linux |
|
||||
| dockcross/linux-m68k-uclibc | m68k | GCC + uclibc | Linux |
|
||||
@ -285,7 +286,7 @@ MIPS GNU systems.
|
||||
|
||||
 
|
||||
|
||||
Linux mips cross compiler toolchain for big endian 32-bit hard float MIPS GNU systems, With GCC 8.5.0, Glibc 2.28 ....
|
||||
Linux mips cross compiler toolchain for big endian 32-bit hard float MIPS GNU systems, with GCC 8.5.0, Glibc 2.28 ....
|
||||
|
||||
### dockcross/linux-mipsel-lts
|
||||
|
||||
@ -324,6 +325,12 @@ Linux m68k cross compiler toolchain for m68k GNU systems (http://www.mac.linux-m
|
||||
|
||||
Linux PowerPC 64 little endian cross compiler toolchain for the POWER8, etc.
|
||||
|
||||
### dockcross/linux-ppc64le-lts
|
||||
|
||||
 
|
||||
|
||||
Linux PowerPC 64 little endian cross compiler toolchain for the POWER8, with GCC 8.5.0, Glibc 2.28 ....
|
||||
|
||||
### dockcross/linux-x64
|
||||
|
||||
 
|
||||
|
Reference in New Issue
Block a user