mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-20 18:04:26 +02:00
Add linux-armv7-lts image
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
@ -89,6 +89,7 @@ The dockcross script will execute the given command-line inside the container, a
|
||||
| dockcross/linux-armv6-lts | ARMv6 | GCC 8.5.0 + Glibc 2.28 | Linux |
|
||||
| dockcross/linux-armv6-musl | ARMv6 | GCC + musl | Linux |
|
||||
| dockcross/linux-armv7 | ARMv7 | GCC | Linux |
|
||||
| dockcross/linux-armv7-lts | ARMv7 | GCC 8.5.0 + Glibc 2.28 | Linux |
|
||||
| dockcross/linux-armv7a | ARMv7a | GCC | Linux |
|
||||
| dockcross/linux-armv7l-musl | ARMv7l | GCC + musl | Linux |
|
||||
| dockcross/linux-mips | mips | GCC | Linux |
|
||||
@ -213,6 +214,12 @@ using [musl](https://www.musl-libc.org/) as base \"libc\".
|
||||
|
||||
Generic Linux armv7 cross compiler toolchain.
|
||||
|
||||
### dockcross/linux-armv7-lts
|
||||
|
||||
 
|
||||
|
||||
Linux ARMv7 cross compiler toolchain for the Raspberry Pi (Debian buster...)
|
||||
|
||||
### dockcross/linux-armv7a
|
||||
|
||||
 
|
||||
|
Reference in New Issue
Block a user