mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-18 17:09:25 +02:00
Compare commits
33 Commits
update-lin
...
Add_new_te
Author | SHA1 | Date | |
---|---|---|---|
836d0ec037 | |||
4a32cf91d2 | |||
0dc1765afc | |||
fad083bccb | |||
8f68b46ccb | |||
b084b03655 | |||
5eee846afc | |||
b3a6969256 | |||
e6c4a14d75 | |||
3149f96644 | |||
0ef75dbc17 | |||
1586943008 | |||
b437ebca4c | |||
d39ef12e3b | |||
f2fa6d69ca | |||
6391acac38 | |||
4a0b0bbc7b | |||
41980977c1 | |||
6dfe36da6d | |||
f08b4034f1 | |||
2c7b043396 | |||
b3616c037c | |||
1b8a64afee | |||
dabd1b02be | |||
3c3c7f41ff | |||
813b6fa18d | |||
e6defb5426 | |||
d6a6d67d85 | |||
c3ad0b7585 | |||
ab872f9669 | |||
772592f143 | |||
71de3d67f2 | |||
74fab3b56e |
280
.github/workflows/main.yml
vendored
280
.github/workflows/main.yml
vendored
@ -54,14 +54,8 @@ jobs:
|
|||||||
stockfish_arg: "ARCH=armv7 COMP=ndk",
|
stockfish_arg: "ARCH=armv7 COMP=ndk",
|
||||||
ninja: "no",
|
ninja: "no",
|
||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "no",
|
||||||
openssl_arg: "android-arm no-shared",
|
openssl_arg: "android-arm",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "no",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "android-arm64",
|
image: "android-arm64",
|
||||||
@ -69,14 +63,8 @@ jobs:
|
|||||||
stockfish_arg: "ARCH=armv8 COMP=ndk",
|
stockfish_arg: "ARCH=armv8 COMP=ndk",
|
||||||
ninja: "no",
|
ninja: "no",
|
||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "no",
|
||||||
openssl_arg: "android-arm64 no-shared",
|
openssl_arg: "android-arm64",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "no",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "android-x86",
|
image: "android-x86",
|
||||||
@ -84,14 +72,8 @@ jobs:
|
|||||||
stockfish_arg: "ARCH=x86-32 COMP=ndk",
|
stockfish_arg: "ARCH=x86-32 COMP=ndk",
|
||||||
ninja: "no",
|
ninja: "no",
|
||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "no",
|
||||||
openssl_arg: "android-x86 no-shared",
|
openssl_arg: "android-x86",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "no",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "android-x86_64",
|
image: "android-x86_64",
|
||||||
@ -99,14 +81,8 @@ jobs:
|
|||||||
stockfish_arg: "ARCH=x86-64 COMP=ndk",
|
stockfish_arg: "ARCH=x86-64 COMP=ndk",
|
||||||
ninja: "no",
|
ninja: "no",
|
||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "no",
|
||||||
openssl_arg: "android-x86_64 no-shared",
|
openssl_arg: "android-x86_64",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "no",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
# Linux arm64/armv8 images
|
# Linux arm64/armv8 images
|
||||||
- {
|
- {
|
||||||
@ -117,12 +93,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-aarch64",
|
openssl_arg: "linux-aarch64",
|
||||||
C: "yes",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "linux-arm64-musl",
|
image: "linux-arm64-musl",
|
||||||
@ -132,12 +102,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-aarch64",
|
openssl_arg: "linux-aarch64",
|
||||||
C: "yes",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "linux-arm64-full",
|
image: "linux-arm64-full",
|
||||||
@ -147,12 +111,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-aarch64",
|
openssl_arg: "linux-aarch64",
|
||||||
C: "yes",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
# Linux armv5 images
|
# Linux armv5 images
|
||||||
- {
|
- {
|
||||||
@ -163,12 +121,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-armv4",
|
openssl_arg: "linux-armv4",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "linux-armv5-musl",
|
image: "linux-armv5-musl",
|
||||||
@ -178,12 +130,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-armv4",
|
openssl_arg: "linux-armv4",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
# Linux armv6 images
|
# Linux armv6 images
|
||||||
- {
|
- {
|
||||||
@ -194,12 +140,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-armv4",
|
openssl_arg: "linux-armv4",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "linux-armv6-lts",
|
image: "linux-armv6-lts",
|
||||||
@ -209,12 +149,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-armv4",
|
openssl_arg: "linux-armv4",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "linux-armv6-musl",
|
image: "linux-armv6-musl",
|
||||||
@ -224,12 +158,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-armv4",
|
openssl_arg: "linux-armv4",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
# Linux armv7 images
|
# Linux armv7 images
|
||||||
- {
|
- {
|
||||||
@ -240,12 +168,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-armv4",
|
openssl_arg: "linux-armv4",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "linux-armv7a",
|
image: "linux-armv7a",
|
||||||
@ -255,12 +177,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-armv4",
|
openssl_arg: "linux-armv4",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "linux-armv7l-musl",
|
image: "linux-armv7l-musl",
|
||||||
@ -270,12 +186,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-armv4",
|
openssl_arg: "linux-armv4",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
# Linux x86 images
|
# Linux x86 images
|
||||||
- {
|
- {
|
||||||
@ -286,12 +196,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-x86",
|
openssl_arg: "linux-x86",
|
||||||
C: "yes",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
# Linux x86_64 images
|
# Linux x86_64 images
|
||||||
- {
|
- {
|
||||||
@ -302,12 +206,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-x86_64",
|
openssl_arg: "linux-x86_64",
|
||||||
C: "yes",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "linux-x64-tinycc",
|
image: "linux-x64-tinycc",
|
||||||
@ -317,12 +215,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "no",
|
openssl: "no",
|
||||||
openssl_arg: "linux-generic64 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso",
|
openssl_arg: "linux-generic64 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "linux-x64-clang",
|
image: "linux-x64-clang",
|
||||||
@ -332,12 +224,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "no",
|
openssl: "no",
|
||||||
openssl_arg: "linux-x86_64-clang",
|
openssl_arg: "linux-x86_64-clang",
|
||||||
C: "yes",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "linux-x86_64-full",
|
image: "linux-x86_64-full",
|
||||||
@ -347,12 +233,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-x86_64",
|
openssl_arg: "linux-x86_64",
|
||||||
C: "yes",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
# Linux riscv images
|
# Linux riscv images
|
||||||
- {
|
- {
|
||||||
@ -363,12 +243,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-generic32",
|
openssl_arg: "linux-generic32",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "linux-riscv64",
|
image: "linux-riscv64",
|
||||||
@ -378,12 +252,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-generic64",
|
openssl_arg: "linux-generic64",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
# Linux s390x images
|
# Linux s390x images
|
||||||
- {
|
- {
|
||||||
@ -394,12 +262,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux64-s390x",
|
openssl_arg: "linux64-s390x",
|
||||||
C: "yes",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
# Linux mips images
|
# Linux mips images
|
||||||
- {
|
- {
|
||||||
@ -410,12 +272,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-generic32",
|
openssl_arg: "linux-generic32",
|
||||||
C: "yes",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
# Linux ppc64le images
|
# Linux ppc64le images
|
||||||
- {
|
- {
|
||||||
@ -426,12 +282,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-ppc64le",
|
openssl_arg: "linux-ppc64le",
|
||||||
C: "yes",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
# Linux m68k images
|
# Linux m68k images
|
||||||
- {
|
- {
|
||||||
@ -442,12 +292,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "no",
|
openssl: "no",
|
||||||
openssl_arg: "linux-generic32 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso",
|
openssl_arg: "linux-generic32 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "no",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
# Linux xtensa images
|
# Linux xtensa images
|
||||||
- {
|
- {
|
||||||
@ -458,12 +302,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-generic64 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso",
|
openssl_arg: "linux-generic64 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "no",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
# Windows x86_x64 images
|
# Windows x86_x64 images
|
||||||
- {
|
- {
|
||||||
@ -474,12 +312,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "no",
|
openssl: "no",
|
||||||
openssl_arg: "mingw64 no-asm",
|
openssl_arg: "mingw64 no-asm",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "no",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "windows-static-x64-posix",
|
image: "windows-static-x64-posix",
|
||||||
@ -489,12 +321,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "no",
|
openssl: "no",
|
||||||
openssl_arg: "mingw64 no-asm",
|
openssl_arg: "mingw64 no-asm",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "no",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "windows-shared-x64",
|
image: "windows-shared-x64",
|
||||||
@ -504,12 +330,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "no",
|
openssl: "no",
|
||||||
openssl_arg: "mingw64 no-asm",
|
openssl_arg: "mingw64 no-asm",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "no",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "windows-shared-x64-posix",
|
image: "windows-shared-x64-posix",
|
||||||
@ -519,12 +339,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "no",
|
openssl: "no",
|
||||||
openssl_arg: "mingw64 no-asm",
|
openssl_arg: "mingw64 no-asm",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "no",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
# Windows x86 images
|
# Windows x86 images
|
||||||
- {
|
- {
|
||||||
@ -535,12 +349,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "no",
|
openssl: "no",
|
||||||
openssl_arg: "mingw no-asm",
|
openssl_arg: "mingw no-asm",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "no",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "windows-shared-x86",
|
image: "windows-shared-x86",
|
||||||
@ -550,12 +358,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "no",
|
openssl: "no",
|
||||||
openssl_arg: "mingw no-asm",
|
openssl_arg: "mingw no-asm",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "no",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "no",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
# Windows arm images
|
# Windows arm images
|
||||||
- {
|
- {
|
||||||
@ -566,27 +368,15 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "no",
|
openssl: "no",
|
||||||
openssl_arg: "mingw no-asm",
|
openssl_arg: "mingw no-asm",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "windows-arm64",
|
image: "windows-arm64",
|
||||||
stockfish: "no",
|
stockfish: "no",
|
||||||
stockfish_arg: "ARCH=armv8 COMP=clang",
|
stockfish_arg: "ARCH=armv8 COMP=clang",
|
||||||
ninja: "no",
|
ninja: "yes",
|
||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "no",
|
openssl: "no",
|
||||||
openssl_arg: "mingw64 no-asm",
|
openssl_arg: "mingw64 no-asm",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "yes",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
# manylinux2014 images
|
# manylinux2014 images
|
||||||
- {
|
- {
|
||||||
@ -597,12 +387,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-x86",
|
openssl_arg: "linux-x86",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "no",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "manylinux2014-x64",
|
image: "manylinux2014-x64",
|
||||||
@ -612,12 +396,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-x86_64",
|
openssl_arg: "linux-x86_64",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "no",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "yes",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "manylinux2014-aarch64",
|
image: "manylinux2014-aarch64",
|
||||||
@ -627,12 +405,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-aarch64",
|
openssl_arg: "linux-aarch64",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "no",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "no",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
# web-wasm images
|
# web-wasm images
|
||||||
- {
|
- {
|
||||||
@ -643,12 +415,6 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "no",
|
openssl: "no",
|
||||||
openssl_arg: "linux-generic64 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso",
|
openssl_arg: "linux-generic64 no-asm no-threads no-engine no-hw no-weak-ssl-ciphers no-dtls no-shared no-dso",
|
||||||
C: "no",
|
|
||||||
C_arg: "",
|
|
||||||
C-Plus-Plus: "no",
|
|
||||||
C-Plus-Plus_arg: "",
|
|
||||||
fmt: "no",
|
|
||||||
fmt_arg: ""
|
|
||||||
}
|
}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -682,38 +448,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git clone --depth 1 --branch OpenSSL_1_1_1k https://github.com/openssl/openssl.git
|
git clone --depth 1 --branch OpenSSL_1_1_1k https://github.com/openssl/openssl.git
|
||||||
cd openssl
|
cd openssl
|
||||||
wget https://raw.githubusercontent.com/mavlink/MAVSDK/main/third_party/openssl/dockcross-android.patch
|
|
||||||
patch -p 0 < dockcross-android.patch
|
|
||||||
./../tools/dockcross-command.sh ${{ matrix.arch_name.image }} ./Configure ${{ matrix.arch_name.openssl_arg }}
|
./../tools/dockcross-command.sh ${{ matrix.arch_name.image }} ./Configure ${{ matrix.arch_name.openssl_arg }}
|
||||||
./../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j2
|
./../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j2
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf openssl
|
rm -rf openssl
|
||||||
- name: C build test
|
|
||||||
if: ${{ matrix.arch_name.C == 'yes' }}
|
|
||||||
run: |
|
|
||||||
git clone https://github.com/TheAlgorithms/C.git
|
|
||||||
cd C
|
|
||||||
git checkout cc241f58c253c533ac94e07151ef91a5ef7e5719
|
|
||||||
./../tools/dockcross-cmake-builder.sh ${{ matrix.arch_name.image }} ${{ matrix.arch_name.C_arg }}
|
|
||||||
cd ..
|
|
||||||
rm -rf C
|
|
||||||
- name: C-Plus-Plus build test
|
|
||||||
if: ${{ matrix.arch_name.C-Plus-Plus == 'yes' }}
|
|
||||||
run: |
|
|
||||||
git clone https://github.com/TheAlgorithms/C-Plus-Plus.git
|
|
||||||
cd C-Plus-Plus
|
|
||||||
git checkout c3b07aed2240e5364e1a49d091a00b61f520e653
|
|
||||||
./../tools/dockcross-cmake-builder.sh ${{ matrix.arch_name.image }} ${{ matrix.arch_name.C-Plus-Plus_arg }}
|
|
||||||
cd ..
|
|
||||||
rm -rf C-Plus-Plus
|
|
||||||
- name: fmt build test
|
|
||||||
if: ${{ matrix.arch_name.fmt == 'yes' }}
|
|
||||||
run: |
|
|
||||||
git clone --depth 1 --branch 8.0.1 https://github.com/fmtlib/fmt.git
|
|
||||||
cd fmt
|
|
||||||
./../tools/dockcross-cmake-builder.sh ${{ matrix.arch_name.image }} ${{ matrix.arch_name.fmt_arg }} -DFMT_DOC=OFF
|
|
||||||
cd ..
|
|
||||||
rm -rf fmt
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
run: |
|
run: |
|
||||||
|
@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y \
|
|||||||
|
|
||||||
ENV CROSS_TRIPLE=arm-linux-androideabi
|
ENV CROSS_TRIPLE=arm-linux-androideabi
|
||||||
ENV CROSS_ROOT=/usr/${CROSS_TRIPLE}
|
ENV CROSS_ROOT=/usr/${CROSS_TRIPLE}
|
||||||
ENV ANDROID_NDK=${CROSS_ROOT}
|
|
||||||
ENV AS=${CROSS_ROOT}/bin/llvm-as \
|
ENV AS=${CROSS_ROOT}/bin/llvm-as \
|
||||||
AR=${CROSS_ROOT}/bin/llvm-ar \
|
AR=${CROSS_ROOT}/bin/llvm-ar \
|
||||||
CC=${CROSS_ROOT}/bin/clang \
|
CC=${CROSS_ROOT}/bin/clang \
|
||||||
|
@ -13,7 +13,6 @@ RUN apt-get update && apt-get install -y \
|
|||||||
|
|
||||||
ENV CROSS_TRIPLE=aarch64-linux-android
|
ENV CROSS_TRIPLE=aarch64-linux-android
|
||||||
ENV CROSS_ROOT=/usr/${CROSS_TRIPLE}
|
ENV CROSS_ROOT=/usr/${CROSS_TRIPLE}
|
||||||
ENV ANDROID_NDK=${CROSS_ROOT}
|
|
||||||
ENV AS=${CROSS_ROOT}/bin/llvm-as \
|
ENV AS=${CROSS_ROOT}/bin/llvm-as \
|
||||||
AR=${CROSS_ROOT}/bin/llvm-ar \
|
AR=${CROSS_ROOT}/bin/llvm-ar \
|
||||||
CC=${CROSS_ROOT}/bin/clang \
|
CC=${CROSS_ROOT}/bin/clang \
|
||||||
|
@ -4,7 +4,6 @@ RUN apt-get update && apt-get install -y unzip
|
|||||||
|
|
||||||
ENV CROSS_TRIPLE=i686-linux-android
|
ENV CROSS_TRIPLE=i686-linux-android
|
||||||
ENV CROSS_ROOT=/usr/${CROSS_TRIPLE}
|
ENV CROSS_ROOT=/usr/${CROSS_TRIPLE}
|
||||||
ENV ANDROID_NDK=${CROSS_ROOT}
|
|
||||||
ENV AS=${CROSS_ROOT}/bin/llvm-as \
|
ENV AS=${CROSS_ROOT}/bin/llvm-as \
|
||||||
AR=${CROSS_ROOT}/bin/llvm-ar \
|
AR=${CROSS_ROOT}/bin/llvm-ar \
|
||||||
CC=${CROSS_ROOT}/bin/clang \
|
CC=${CROSS_ROOT}/bin/clang \
|
||||||
|
@ -4,7 +4,6 @@ RUN apt-get update && apt-get install -y unzip
|
|||||||
|
|
||||||
ENV CROSS_TRIPLE=x86_64-linux-android
|
ENV CROSS_TRIPLE=x86_64-linux-android
|
||||||
ENV CROSS_ROOT=/usr/${CROSS_TRIPLE}
|
ENV CROSS_ROOT=/usr/${CROSS_TRIPLE}
|
||||||
ENV ANDROID_NDK=${CROSS_ROOT}
|
|
||||||
ENV AS=${CROSS_ROOT}/bin/llvm-as \
|
ENV AS=${CROSS_ROOT}/bin/llvm-as \
|
||||||
AR=${CROSS_ROOT}/bin/llvm-ar \
|
AR=${CROSS_ROOT}/bin/llvm-ar \
|
||||||
CC=${CROSS_ROOT}/bin/clang \
|
CC=${CROSS_ROOT}/bin/clang \
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
OPENSSH_ROOT=V_8_7_P1
|
OPENSSH_ROOT=V_8_5_P1
|
||||||
|
|
||||||
cd /usr/src
|
cd /usr/src
|
||||||
curl --connect-timeout 20 \
|
curl --connect-timeout 20 \
|
||||||
|
@ -47,9 +47,9 @@ source $MY_DIR/utils.sh
|
|||||||
# copied from https://github.com/pypa/manylinux/tree/master/docker/build_scripts
|
# copied from https://github.com/pypa/manylinux/tree/master/docker/build_scripts
|
||||||
#
|
#
|
||||||
|
|
||||||
OPENSSL_ROOT=openssl-1.1.1l
|
OPENSSL_ROOT=openssl-1.1.1k
|
||||||
# Hash from https://www.openssl.org/source/openssl-1.1.1l.tar.gz.sha256
|
# Hash from https://www.openssl.org/source/openssl-1.1.1k.tar.gz.sha256
|
||||||
OPENSSL_HASH=0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1
|
OPENSSL_HASH=892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5
|
||||||
OPENSSL_DOWNLOAD_URL=http://www.openssl.org/source/
|
OPENSSL_DOWNLOAD_URL=http://www.openssl.org/source/
|
||||||
|
|
||||||
# a recent enough perl is needed to build openssl
|
# a recent enough perl is needed to build openssl
|
||||||
|
@ -3,8 +3,8 @@ FROM dockcross/base:latest
|
|||||||
# This is for 64-bit ARM Linux machine
|
# This is for 64-bit ARM Linux machine
|
||||||
|
|
||||||
# Buildroot version
|
# Buildroot version
|
||||||
# buildroot master 2021-09-20
|
# crosstool-ng master 2021-08-21
|
||||||
ENV BR_VERSION d4877e6f88d5eea54dc74b855556ffc0dd3f399f
|
ENV BR_VERSION 181a5e229b347c1996eeca7d7727ee66bc566f01
|
||||||
|
|
||||||
#include "common.buildroot"
|
#include "common.buildroot"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Buildroot 2021.08-370-gd4877e6f88 Configuration
|
# Buildroot 2021.08-rc2-29-gdbe3af5532 Configuration
|
||||||
#
|
#
|
||||||
BR2_HAVE_DOT_CONFIG=y
|
BR2_HAVE_DOT_CONFIG=y
|
||||||
BR2_HOST_GCC_AT_LEAST_4_9=y
|
BR2_HOST_GCC_AT_LEAST_4_9=y
|
||||||
@ -186,7 +186,6 @@ BR2_SSP_NONE=y
|
|||||||
BR2_RELRO_NONE=y
|
BR2_RELRO_NONE=y
|
||||||
# BR2_RELRO_PARTIAL is not set
|
# BR2_RELRO_PARTIAL is not set
|
||||||
# BR2_RELRO_FULL is not set
|
# BR2_RELRO_FULL is not set
|
||||||
BR2_FORTIFY_SOURCE_ARCH_SUPPORTS=y
|
|
||||||
BR2_FORTIFY_SOURCE_NONE=y
|
BR2_FORTIFY_SOURCE_NONE=y
|
||||||
# BR2_FORTIFY_SOURCE_1 is not set
|
# BR2_FORTIFY_SOURCE_1 is not set
|
||||||
# BR2_FORTIFY_SOURCE_2 is not set
|
# BR2_FORTIFY_SOURCE_2 is not set
|
||||||
@ -217,13 +216,14 @@ BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc"
|
|||||||
# BR2_KERNEL_HEADERS_4_19 is not set
|
# BR2_KERNEL_HEADERS_4_19 is not set
|
||||||
# BR2_KERNEL_HEADERS_5_4 is not set
|
# BR2_KERNEL_HEADERS_5_4 is not set
|
||||||
# BR2_KERNEL_HEADERS_5_10 is not set
|
# BR2_KERNEL_HEADERS_5_10 is not set
|
||||||
# BR2_KERNEL_HEADERS_5_13 is not set
|
# BR2_KERNEL_HEADERS_5_11 is not set
|
||||||
BR2_KERNEL_HEADERS_5_14=y
|
# BR2_KERNEL_HEADERS_5_12 is not set
|
||||||
|
BR2_KERNEL_HEADERS_5_13=y
|
||||||
# BR2_KERNEL_HEADERS_VERSION is not set
|
# BR2_KERNEL_HEADERS_VERSION is not set
|
||||||
# BR2_KERNEL_HEADERS_CUSTOM_TARBALL is not set
|
# BR2_KERNEL_HEADERS_CUSTOM_TARBALL is not set
|
||||||
# BR2_KERNEL_HEADERS_CUSTOM_GIT is not set
|
# BR2_KERNEL_HEADERS_CUSTOM_GIT is not set
|
||||||
BR2_KERNEL_HEADERS_LATEST=y
|
BR2_KERNEL_HEADERS_LATEST=y
|
||||||
BR2_DEFAULT_KERNEL_HEADERS="5.14.3"
|
BR2_DEFAULT_KERNEL_HEADERS="5.13.9"
|
||||||
BR2_PACKAGE_LINUX_HEADERS=y
|
BR2_PACKAGE_LINUX_HEADERS=y
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -251,7 +251,7 @@ BR2_BINUTILS_EXTRA_CONFIG_OPTIONS=""
|
|||||||
# BR2_GCC_VERSION_10_X is not set
|
# BR2_GCC_VERSION_10_X is not set
|
||||||
BR2_GCC_VERSION_11_X=y
|
BR2_GCC_VERSION_11_X=y
|
||||||
BR2_GCC_SUPPORTS_DLANG=y
|
BR2_GCC_SUPPORTS_DLANG=y
|
||||||
BR2_GCC_VERSION="11.2.0"
|
BR2_GCC_VERSION="11.1.0"
|
||||||
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
|
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
|
||||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||||
BR2_TOOLCHAIN_BUILDROOT_FORTRAN=y
|
BR2_TOOLCHAIN_BUILDROOT_FORTRAN=y
|
||||||
@ -346,9 +346,8 @@ BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10=y
|
|||||||
BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_11=y
|
BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_11=y
|
||||||
BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_12=y
|
BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_12=y
|
||||||
BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_13=y
|
BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_13=y
|
||||||
BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_14=y
|
|
||||||
BR2_TOOLCHAIN_HEADERS_LATEST=y
|
BR2_TOOLCHAIN_HEADERS_LATEST=y
|
||||||
BR2_TOOLCHAIN_HEADERS_AT_LEAST="5.14"
|
BR2_TOOLCHAIN_HEADERS_AT_LEAST="5.13"
|
||||||
BR2_TOOLCHAIN_GCC_AT_LEAST_4_3=y
|
BR2_TOOLCHAIN_GCC_AT_LEAST_4_3=y
|
||||||
BR2_TOOLCHAIN_GCC_AT_LEAST_4_4=y
|
BR2_TOOLCHAIN_GCC_AT_LEAST_4_4=y
|
||||||
BR2_TOOLCHAIN_GCC_AT_LEAST_4_5=y
|
BR2_TOOLCHAIN_GCC_AT_LEAST_4_5=y
|
||||||
@ -371,6 +370,7 @@ BR2_TOOLCHAIN_HAS_SYNC_4=y
|
|||||||
BR2_TOOLCHAIN_HAS_SYNC_8=y
|
BR2_TOOLCHAIN_HAS_SYNC_8=y
|
||||||
BR2_TOOLCHAIN_HAS_LIBATOMIC=y
|
BR2_TOOLCHAIN_HAS_LIBATOMIC=y
|
||||||
BR2_TOOLCHAIN_HAS_ATOMIC=y
|
BR2_TOOLCHAIN_HAS_ATOMIC=y
|
||||||
|
BR2_TOOLCHAIN_HAS_LIBQUADMATH=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# System configuration
|
# System configuration
|
||||||
@ -542,7 +542,6 @@ BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VOLUME=y
|
|||||||
# BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_PANGO is not set
|
# BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_PANGO is not set
|
||||||
# BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_THEORA is not set
|
# BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_THEORA is not set
|
||||||
# BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VORBIS is not set
|
# BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VORBIS is not set
|
||||||
# BR2_PACKAGE_GST1_PLUGINS_BAYER2RGB_NEON is not set
|
|
||||||
# BR2_PACKAGE_GST1_PLUGINS_GOOD is not set
|
# BR2_PACKAGE_GST1_PLUGINS_GOOD is not set
|
||||||
# BR2_PACKAGE_GST1_PLUGINS_BAD is not set
|
# BR2_PACKAGE_GST1_PLUGINS_BAD is not set
|
||||||
# BR2_PACKAGE_GST1_PLUGINS_UGLY is not set
|
# BR2_PACKAGE_GST1_PLUGINS_UGLY is not set
|
||||||
@ -566,7 +565,6 @@ BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VOLUME=y
|
|||||||
#
|
#
|
||||||
# gst-omx requires a OpenMAX implementation
|
# gst-omx requires a OpenMAX implementation
|
||||||
#
|
#
|
||||||
# BR2_PACKAGE_GSTD is not set
|
|
||||||
# BR2_PACKAGE_GSTREAMER1_EDITING_SERVICES is not set
|
# BR2_PACKAGE_GSTREAMER1_EDITING_SERVICES is not set
|
||||||
# BR2_PACKAGE_JACK1 is not set
|
# BR2_PACKAGE_JACK1 is not set
|
||||||
# BR2_PACKAGE_JACK2 is not set
|
# BR2_PACKAGE_JACK2 is not set
|
||||||
@ -706,7 +704,6 @@ BR2_PACKAGE_PTM2HUMAN_ARCH_SUPPORTS=y
|
|||||||
# BR2_PACKAGE_RAMSMP is not set
|
# BR2_PACKAGE_RAMSMP is not set
|
||||||
# BR2_PACKAGE_RAMSPEED is not set
|
# BR2_PACKAGE_RAMSPEED is not set
|
||||||
# BR2_PACKAGE_RT_TESTS is not set
|
# BR2_PACKAGE_RT_TESTS is not set
|
||||||
# BR2_PACKAGE_RWMEM is not set
|
|
||||||
# BR2_PACKAGE_SENTRY_NATIVE is not set
|
# BR2_PACKAGE_SENTRY_NATIVE is not set
|
||||||
# BR2_PACKAGE_SPIDEV_TEST is not set
|
# BR2_PACKAGE_SPIDEV_TEST is not set
|
||||||
# BR2_PACKAGE_STRACE is not set
|
# BR2_PACKAGE_STRACE is not set
|
||||||
@ -964,10 +961,6 @@ BR2_PACKAGE_SDL2=y
|
|||||||
# KMS/DRM video driver needs libdrm
|
# KMS/DRM video driver needs libdrm
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
|
||||||
# KMS/DRM video driver needs mesa3d w/ GBM
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# OpenGL support needs X11 and an OpenGL provider
|
# OpenGL support needs X11 and an OpenGL provider
|
||||||
#
|
#
|
||||||
@ -1052,7 +1045,6 @@ BR2_PACKAGE_QT5BASE_PRINTSUPPORT=y
|
|||||||
# BR2_PACKAGE_QT5LOTTIE is not set
|
# BR2_PACKAGE_QT5LOTTIE is not set
|
||||||
# BR2_PACKAGE_QT5MQTT is not set
|
# BR2_PACKAGE_QT5MQTT is not set
|
||||||
# BR2_PACKAGE_QT5MULTIMEDIA is not set
|
# BR2_PACKAGE_QT5MULTIMEDIA is not set
|
||||||
# BR2_PACKAGE_QT5OPCUA is not set
|
|
||||||
# BR2_PACKAGE_QT5QUICKCONTROLS is not set
|
# BR2_PACKAGE_QT5QUICKCONTROLS is not set
|
||||||
# BR2_PACKAGE_QT5QUICKCONTROLS2 is not set
|
# BR2_PACKAGE_QT5QUICKCONTROLS2 is not set
|
||||||
# BR2_PACKAGE_QT5QUICKTIMELINE is not set
|
# BR2_PACKAGE_QT5QUICKTIMELINE is not set
|
||||||
@ -1596,7 +1588,6 @@ BR2_PACKAGE_ROCKSDB_ARCH_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
# BR2_PACKAGE_ATK is not set
|
# BR2_PACKAGE_ATK is not set
|
||||||
# BR2_PACKAGE_ATKMM is not set
|
# BR2_PACKAGE_ATKMM is not set
|
||||||
# BR2_PACKAGE_BAYER2RGB_NEON is not set
|
|
||||||
# BR2_PACKAGE_BULLET is not set
|
# BR2_PACKAGE_BULLET is not set
|
||||||
# BR2_PACKAGE_CAIRO is not set
|
# BR2_PACKAGE_CAIRO is not set
|
||||||
# BR2_PACKAGE_CAIROMM is not set
|
# BR2_PACKAGE_CAIROMM is not set
|
||||||
@ -2208,7 +2199,7 @@ BR2_PACKAGE_JEMALLOC_ARCH_SUPPORTS=y
|
|||||||
BR2_PACKAGE_LAPACK_ARCH_SUPPORTS=y
|
BR2_PACKAGE_LAPACK_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_LAPACK is not set
|
# BR2_PACKAGE_LAPACK is not set
|
||||||
BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS=y
|
BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS=y
|
||||||
BR2_PACKAGE_LIBABSEIL_CPP=y
|
# BR2_PACKAGE_LIBABSEIL_CPP is not set
|
||||||
# BR2_PACKAGE_LIBARGTABLE2 is not set
|
# BR2_PACKAGE_LIBARGTABLE2 is not set
|
||||||
BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS=y
|
BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_LIBATOMIC_OPS is not set
|
# BR2_PACKAGE_LIBATOMIC_OPS is not set
|
||||||
@ -2315,7 +2306,7 @@ BR2_PACKAGE_PROTOBUF=y
|
|||||||
#
|
#
|
||||||
# BR2_PACKAGE_AUGEAS is not set
|
# BR2_PACKAGE_AUGEAS is not set
|
||||||
# BR2_PACKAGE_ENCHANT is not set
|
# BR2_PACKAGE_ENCHANT is not set
|
||||||
BR2_PACKAGE_FMT=y
|
# BR2_PACKAGE_FMT is not set
|
||||||
# BR2_PACKAGE_FSTRCMP is not set
|
# BR2_PACKAGE_FSTRCMP is not set
|
||||||
# BR2_PACKAGE_ICU is not set
|
# BR2_PACKAGE_ICU is not set
|
||||||
# BR2_PACKAGE_INIH is not set
|
# BR2_PACKAGE_INIH is not set
|
||||||
@ -2719,10 +2710,7 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y
|
|||||||
#
|
#
|
||||||
# BR2_PACKAGE_OPKG is not set
|
# BR2_PACKAGE_OPKG is not set
|
||||||
# BR2_PACKAGE_OPKG_UTILS is not set
|
# BR2_PACKAGE_OPKG_UTILS is not set
|
||||||
|
# BR2_PACKAGE_RPM is not set
|
||||||
#
|
|
||||||
# rpm needs a toolchain w/ dynamic library, threads and lua >= 5.3
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Real-Time
|
# Real-Time
|
||||||
@ -2955,10 +2943,7 @@ BR2_PACKAGE_UTIL_LINUX_LIBUUID=y
|
|||||||
# BR2_PACKAGE_UTIL_LINUX_PG is not set
|
# BR2_PACKAGE_UTIL_LINUX_PG is not set
|
||||||
# BR2_PACKAGE_UTIL_LINUX_PARTX is not set
|
# BR2_PACKAGE_UTIL_LINUX_PARTX is not set
|
||||||
# BR2_PACKAGE_UTIL_LINUX_PIVOT_ROOT is not set
|
# BR2_PACKAGE_UTIL_LINUX_PIVOT_ROOT is not set
|
||||||
|
# BR2_PACKAGE_UTIL_LINUX_RAW is not set
|
||||||
#
|
|
||||||
# raw needs a toolchain w/ headers < 5.14
|
|
||||||
#
|
|
||||||
# BR2_PACKAGE_UTIL_LINUX_RENAME is not set
|
# BR2_PACKAGE_UTIL_LINUX_RENAME is not set
|
||||||
# BR2_PACKAGE_UTIL_LINUX_RFKILL is not set
|
# BR2_PACKAGE_UTIL_LINUX_RFKILL is not set
|
||||||
# BR2_PACKAGE_UTIL_LINUX_RUNUSER is not set
|
# BR2_PACKAGE_UTIL_LINUX_RUNUSER is not set
|
||||||
@ -3014,7 +2999,6 @@ BR2_PACKAGE_XVISOR_ARCH_SUPPORTS=y
|
|||||||
# initramfs needs a Linux kernel to be built
|
# initramfs needs a Linux kernel to be built
|
||||||
#
|
#
|
||||||
# BR2_TARGET_ROOTFS_JFFS2 is not set
|
# BR2_TARGET_ROOTFS_JFFS2 is not set
|
||||||
# BR2_TARGET_ROOTFS_OCI is not set
|
|
||||||
# BR2_TARGET_ROOTFS_ROMFS is not set
|
# BR2_TARGET_ROOTFS_ROMFS is not set
|
||||||
# BR2_TARGET_ROOTFS_SQUASHFS is not set
|
# BR2_TARGET_ROOTFS_SQUASHFS is not set
|
||||||
# BR2_TARGET_ROOTFS_TAR is not set
|
# BR2_TARGET_ROOTFS_TAR is not set
|
||||||
@ -3124,7 +3108,6 @@ BR2_PACKAGE_HOST_RUSTC_ARCH="aarch64"
|
|||||||
BR2_PACKAGE_PROVIDES_HOST_RUSTC="host-rust-bin"
|
BR2_PACKAGE_PROVIDES_HOST_RUSTC="host-rust-bin"
|
||||||
# BR2_PACKAGE_HOST_SAM_BA is not set
|
# BR2_PACKAGE_HOST_SAM_BA is not set
|
||||||
# BR2_PACKAGE_HOST_SDBUSPLUS is not set
|
# BR2_PACKAGE_HOST_SDBUSPLUS is not set
|
||||||
# BR2_PACKAGE_HOST_SLOCI_IMAGE is not set
|
|
||||||
# BR2_PACKAGE_HOST_SQUASHFS is not set
|
# BR2_PACKAGE_HOST_SQUASHFS is not set
|
||||||
# BR2_PACKAGE_HOST_SWIG is not set
|
# BR2_PACKAGE_HOST_SWIG is not set
|
||||||
# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set
|
# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set
|
||||||
@ -3139,13 +3122,6 @@ BR2_PACKAGE_PROVIDES_HOST_RUSTC="host-rust-bin"
|
|||||||
# Legacy config options
|
# Legacy config options
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
|
||||||
# Legacy options removed in 2021.11
|
|
||||||
#
|
|
||||||
# BR2_PACKAGE_GNURADIO_PAGER is not set
|
|
||||||
# BR2_KERNEL_HEADERS_5_11 is not set
|
|
||||||
# BR2_KERNEL_HEADERS_5_12 is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Legacy options removed in 2021.08
|
# Legacy options removed in 2021.08
|
||||||
#
|
#
|
||||||
@ -3159,6 +3135,10 @@ BR2_PACKAGE_PROVIDES_HOST_RUSTC="host-rust-bin"
|
|||||||
# BR2_PACKAGE_KODI_LIBVA is not set
|
# BR2_PACKAGE_KODI_LIBVA is not set
|
||||||
# BR2_PACKAGE_PYTHON_COHERENCE is not set
|
# BR2_PACKAGE_PYTHON_COHERENCE is not set
|
||||||
# BR2_PACKAGE_PHP_EXT_XMLRPC is not set
|
# BR2_PACKAGE_PHP_EXT_XMLRPC is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Legacy options removed in 2021.08
|
||||||
|
#
|
||||||
# BR2_GCC_VERSION_8_X is not set
|
# BR2_GCC_VERSION_8_X is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -588,7 +588,7 @@ CT_CC_GCC_TM_CLONE_REGISTRY=m
|
|||||||
# CT_CC_GCC_DISABLE_PCH is not set
|
# CT_CC_GCC_DISABLE_PCH is not set
|
||||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||||
CT_CC_GCC_LDBL_128=m
|
CT_CC_GCC_LDBL_128=m
|
||||||
CT_CC_GCC_BUILD_ID=y
|
# CT_CC_GCC_BUILD_ID is not set
|
||||||
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
||||||
|
@ -3,8 +3,8 @@ MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
|||||||
|
|
||||||
# Crosstool-ng version
|
# Crosstool-ng version
|
||||||
# We use a git commit while waiting for 1.25 to release (1.24 is several years old)
|
# We use a git commit while waiting for 1.25 to release (1.24 is several years old)
|
||||||
# crosstool-ng master 2021-09-17
|
# crosstool-ng master 2021-08-18
|
||||||
ENV CT_VERSION 7daa182506baf30adb35752369cf352ac2383c3b
|
ENV CT_VERSION 358945ff2219e37d280532522d2c62309614d162
|
||||||
|
|
||||||
# This is for 32-bit ARMv6 Linux
|
# This is for 32-bit ARMv6 Linux
|
||||||
# Raspberry Pi is ARMv6+VFP2
|
# Raspberry Pi is ARMv6+VFP2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# crosstool-NG 1.24.0.446_7daa182 Configuration
|
# crosstool-NG 1.24.0.409_d47b234 Configuration
|
||||||
#
|
#
|
||||||
CT_CONFIGURE_has_static_link=y
|
CT_CONFIGURE_has_static_link=y
|
||||||
CT_CONFIGURE_has_cxx11=y
|
CT_CONFIGURE_has_cxx11=y
|
||||||
@ -20,13 +20,14 @@ CT_CONFIGURE_has_python_3_4_or_newer=y
|
|||||||
CT_CONFIGURE_has_bison_2_7_or_newer=y
|
CT_CONFIGURE_has_bison_2_7_or_newer=y
|
||||||
CT_CONFIGURE_has_python=y
|
CT_CONFIGURE_has_python=y
|
||||||
CT_CONFIGURE_has_dtc=y
|
CT_CONFIGURE_has_dtc=y
|
||||||
|
CT_CONFIGURE_has_cvs=y
|
||||||
CT_CONFIGURE_has_git=y
|
CT_CONFIGURE_has_git=y
|
||||||
CT_CONFIGURE_has_md5sum=y
|
CT_CONFIGURE_has_md5sum=y
|
||||||
CT_CONFIGURE_has_sha1sum=y
|
CT_CONFIGURE_has_sha1sum=y
|
||||||
CT_CONFIGURE_has_sha256sum=y
|
CT_CONFIGURE_has_sha256sum=y
|
||||||
CT_CONFIGURE_has_sha512sum=y
|
CT_CONFIGURE_has_sha512sum=y
|
||||||
CT_CONFIGURE_has_install_with_strip_program=y
|
CT_CONFIGURE_has_install_with_strip_program=y
|
||||||
CT_VERSION="1.24.0.446_7daa182"
|
CT_VERSION="1.24.0.409_d47b234"
|
||||||
CT_VCHECK=""
|
CT_VCHECK=""
|
||||||
CT_CONFIG_VERSION_ENV="3"
|
CT_CONFIG_VERSION_ENV="3"
|
||||||
CT_CONFIG_VERSION_CURRENT="3"
|
CT_CONFIG_VERSION_CURRENT="3"
|
||||||
@ -269,11 +270,10 @@ CT_LINUX_PKG_NAME="linux"
|
|||||||
CT_LINUX_SRC_RELEASE=y
|
CT_LINUX_SRC_RELEASE=y
|
||||||
# CT_LINUX_SRC_DEVEL is not set
|
# CT_LINUX_SRC_DEVEL is not set
|
||||||
CT_LINUX_PATCH_ORDER="global"
|
CT_LINUX_PATCH_ORDER="global"
|
||||||
# CT_LINUX_V_5_14 is not set
|
CT_LINUX_V_5_13=y
|
||||||
# CT_LINUX_V_5_13 is not set
|
|
||||||
# CT_LINUX_V_5_12 is not set
|
# CT_LINUX_V_5_12 is not set
|
||||||
# CT_LINUX_V_5_11 is not set
|
# CT_LINUX_V_5_11 is not set
|
||||||
CT_LINUX_V_5_10=y
|
# CT_LINUX_V_5_10 is not set
|
||||||
# CT_LINUX_V_5_9 is not set
|
# CT_LINUX_V_5_9 is not set
|
||||||
# CT_LINUX_V_5_8 is not set
|
# CT_LINUX_V_5_8 is not set
|
||||||
# CT_LINUX_V_5_7 is not set
|
# CT_LINUX_V_5_7 is not set
|
||||||
@ -302,7 +302,7 @@ CT_LINUX_V_5_10=y
|
|||||||
# CT_LINUX_V_3_10 is not set
|
# CT_LINUX_V_3_10 is not set
|
||||||
# CT_LINUX_V_3_4 is not set
|
# CT_LINUX_V_3_4 is not set
|
||||||
# CT_LINUX_V_3_2 is not set
|
# CT_LINUX_V_3_2 is not set
|
||||||
CT_LINUX_VERSION="5.10.62"
|
CT_LINUX_VERSION="5.13.1"
|
||||||
CT_LINUX_MIRRORS="$(CT_Mirrors kernel.org linux ${CT_LINUX_VERSION})"
|
CT_LINUX_MIRRORS="$(CT_Mirrors kernel.org linux ${CT_LINUX_VERSION})"
|
||||||
CT_LINUX_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
|
CT_LINUX_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
|
||||||
CT_LINUX_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
|
CT_LINUX_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
|
||||||
@ -349,7 +349,6 @@ CT_BINUTILS_PKG_NAME="binutils"
|
|||||||
CT_BINUTILS_SRC_RELEASE=y
|
CT_BINUTILS_SRC_RELEASE=y
|
||||||
# CT_BINUTILS_SRC_DEVEL is not set
|
# CT_BINUTILS_SRC_DEVEL is not set
|
||||||
CT_BINUTILS_PATCH_ORDER="global"
|
CT_BINUTILS_PATCH_ORDER="global"
|
||||||
# CT_BINUTILS_V_2_37 is not set
|
|
||||||
CT_BINUTILS_V_2_36=y
|
CT_BINUTILS_V_2_36=y
|
||||||
# CT_BINUTILS_V_2_35 is not set
|
# CT_BINUTILS_V_2_35 is not set
|
||||||
# CT_BINUTILS_V_2_34 is not set
|
# CT_BINUTILS_V_2_34 is not set
|
||||||
@ -425,7 +424,6 @@ CT_GLIBC_PKG_NAME="glibc"
|
|||||||
CT_GLIBC_SRC_RELEASE=y
|
CT_GLIBC_SRC_RELEASE=y
|
||||||
# CT_GLIBC_SRC_DEVEL is not set
|
# CT_GLIBC_SRC_DEVEL is not set
|
||||||
CT_GLIBC_PATCH_ORDER="global"
|
CT_GLIBC_PATCH_ORDER="global"
|
||||||
# CT_GLIBC_V_2_34 is not set
|
|
||||||
# CT_GLIBC_V_2_33 is not set
|
# CT_GLIBC_V_2_33 is not set
|
||||||
# CT_GLIBC_V_2_32 is not set
|
# CT_GLIBC_V_2_32 is not set
|
||||||
# CT_GLIBC_V_2_31 is not set
|
# CT_GLIBC_V_2_31 is not set
|
||||||
@ -541,26 +539,26 @@ CT_GCC_PKG_NAME="gcc"
|
|||||||
CT_GCC_SRC_RELEASE=y
|
CT_GCC_SRC_RELEASE=y
|
||||||
# CT_GCC_SRC_DEVEL is not set
|
# CT_GCC_SRC_DEVEL is not set
|
||||||
CT_GCC_PATCH_ORDER="global"
|
CT_GCC_PATCH_ORDER="global"
|
||||||
# CT_GCC_V_11 is not set
|
CT_GCC_V_11=y
|
||||||
# CT_GCC_V_10 is not set
|
# CT_GCC_V_10 is not set
|
||||||
# CT_GCC_V_9 is not set
|
# CT_GCC_V_9 is not set
|
||||||
CT_GCC_V_8=y
|
# CT_GCC_V_8 is not set
|
||||||
# CT_GCC_V_7 is not set
|
# CT_GCC_V_7 is not set
|
||||||
# CT_GCC_V_6 is not set
|
# CT_GCC_V_6 is not set
|
||||||
# CT_GCC_V_5 is not set
|
# CT_GCC_V_5 is not set
|
||||||
# CT_GCC_V_4_9 is not set
|
# CT_GCC_V_4_9 is not set
|
||||||
CT_GCC_VERSION="8.5.0"
|
CT_GCC_VERSION="11.2.0"
|
||||||
CT_GCC_MIRRORS="$(CT_Mirrors GNU gcc/gcc-${CT_GCC_VERSION}) $(CT_Mirrors sourceware gcc/releases/gcc-${CT_GCC_VERSION})"
|
CT_GCC_MIRRORS="$(CT_Mirrors GNU gcc/gcc-${CT_GCC_VERSION}) $(CT_Mirrors sourceware gcc/releases/gcc-${CT_GCC_VERSION})"
|
||||||
CT_GCC_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
|
CT_GCC_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
|
||||||
CT_GCC_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
|
CT_GCC_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
|
||||||
CT_GCC_ARCHIVE_FORMATS=".tar.xz .tar.gz"
|
CT_GCC_ARCHIVE_FORMATS=".tar.xz .tar.gz"
|
||||||
CT_GCC_SIGNATURE_FORMAT=""
|
CT_GCC_SIGNATURE_FORMAT=""
|
||||||
CT_GCC_11_or_older=y
|
CT_GCC_later_than_11=y
|
||||||
CT_GCC_older_than_11=y
|
CT_GCC_11_or_later=y
|
||||||
CT_GCC_10_or_older=y
|
CT_GCC_later_than_10=y
|
||||||
CT_GCC_older_than_10=y
|
CT_GCC_10_or_later=y
|
||||||
CT_GCC_9_or_older=y
|
CT_GCC_later_than_9=y
|
||||||
CT_GCC_older_than_9=y
|
CT_GCC_9_or_later=y
|
||||||
CT_GCC_later_than_8=y
|
CT_GCC_later_than_8=y
|
||||||
CT_GCC_8_or_later=y
|
CT_GCC_8_or_later=y
|
||||||
CT_GCC_later_than_7=y
|
CT_GCC_later_than_7=y
|
||||||
@ -604,6 +602,7 @@ CT_CC_GCC_LIBSANITIZER=y
|
|||||||
# Misc. obscure options.
|
# Misc. obscure options.
|
||||||
#
|
#
|
||||||
CT_CC_CXA_ATEXIT=y
|
CT_CC_CXA_ATEXIT=y
|
||||||
|
CT_CC_GCC_TM_CLONE_REGISTRY=m
|
||||||
CT_CC_GCC_DISABLE_PCH=y
|
CT_CC_GCC_DISABLE_PCH=y
|
||||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||||
CT_CC_GCC_LDBL_128=m
|
CT_CC_GCC_LDBL_128=m
|
||||||
@ -640,7 +639,6 @@ CT_GDB_PKG_NAME="gdb"
|
|||||||
CT_GDB_SRC_RELEASE=y
|
CT_GDB_SRC_RELEASE=y
|
||||||
# CT_GDB_SRC_DEVEL is not set
|
# CT_GDB_SRC_DEVEL is not set
|
||||||
CT_GDB_PATCH_ORDER="global"
|
CT_GDB_PATCH_ORDER="global"
|
||||||
# CT_GDB_V_10_2 is not set
|
|
||||||
CT_GDB_V_9_2=y
|
CT_GDB_V_9_2=y
|
||||||
# CT_GDB_V_8_3 is not set
|
# CT_GDB_V_8_3 is not set
|
||||||
# CT_GDB_V_8_2 is not set
|
# CT_GDB_V_8_2 is not set
|
||||||
@ -654,8 +652,6 @@ CT_GDB_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
|
|||||||
CT_GDB_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
|
CT_GDB_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
|
||||||
CT_GDB_ARCHIVE_FORMATS=".tar.xz .tar.gz"
|
CT_GDB_ARCHIVE_FORMATS=".tar.xz .tar.gz"
|
||||||
CT_GDB_SIGNATURE_FORMAT=""
|
CT_GDB_SIGNATURE_FORMAT=""
|
||||||
CT_GDB_10_2_or_older=y
|
|
||||||
CT_GDB_older_than_10_2=y
|
|
||||||
CT_GDB_later_than_8_3=y
|
CT_GDB_later_than_8_3=y
|
||||||
CT_GDB_8_3_or_later=y
|
CT_GDB_8_3_or_later=y
|
||||||
CT_GDB_later_than_8_0=y
|
CT_GDB_later_than_8_0=y
|
||||||
|
@ -603,7 +603,7 @@ CT_CC_GCC_TM_CLONE_REGISTRY=m
|
|||||||
# CT_CC_GCC_DISABLE_PCH is not set
|
# CT_CC_GCC_DISABLE_PCH is not set
|
||||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||||
CT_CC_GCC_LDBL_128=m
|
CT_CC_GCC_LDBL_128=m
|
||||||
CT_CC_GCC_BUILD_ID=y
|
# CT_CC_GCC_BUILD_ID is not set
|
||||||
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
||||||
|
@ -603,7 +603,7 @@ CT_CC_GCC_TM_CLONE_REGISTRY=m
|
|||||||
# CT_CC_GCC_DISABLE_PCH is not set
|
# CT_CC_GCC_DISABLE_PCH is not set
|
||||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||||
CT_CC_GCC_LDBL_128=m
|
CT_CC_GCC_LDBL_128=m
|
||||||
CT_CC_GCC_BUILD_ID=y
|
# CT_CC_GCC_BUILD_ID is not set
|
||||||
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
||||||
|
@ -562,7 +562,7 @@ CT_CC_GCC_TM_CLONE_REGISTRY=m
|
|||||||
# CT_CC_GCC_DISABLE_PCH is not set
|
# CT_CC_GCC_DISABLE_PCH is not set
|
||||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||||
CT_CC_GCC_LDBL_128=m
|
CT_CC_GCC_LDBL_128=m
|
||||||
CT_CC_GCC_BUILD_ID=y
|
# CT_CC_GCC_BUILD_ID is not set
|
||||||
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
||||||
|
@ -582,7 +582,7 @@ CT_CC_GCC_TM_CLONE_REGISTRY=m
|
|||||||
# CT_CC_GCC_DISABLE_PCH is not set
|
# CT_CC_GCC_DISABLE_PCH is not set
|
||||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||||
CT_CC_GCC_LDBL_128=m
|
CT_CC_GCC_LDBL_128=m
|
||||||
CT_CC_GCC_BUILD_ID=y
|
# CT_CC_GCC_BUILD_ID is not set
|
||||||
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
||||||
|
@ -586,7 +586,7 @@ CT_CC_GCC_TM_CLONE_REGISTRY=m
|
|||||||
# CT_CC_GCC_DISABLE_PCH is not set
|
# CT_CC_GCC_DISABLE_PCH is not set
|
||||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||||
CT_CC_GCC_LDBL_128=m
|
CT_CC_GCC_LDBL_128=m
|
||||||
CT_CC_GCC_BUILD_ID=y
|
# CT_CC_GCC_BUILD_ID is not set
|
||||||
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
||||||
|
@ -606,7 +606,7 @@ CT_CC_GCC_TM_CLONE_REGISTRY=m
|
|||||||
# CT_CC_GCC_DISABLE_PCH is not set
|
# CT_CC_GCC_DISABLE_PCH is not set
|
||||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||||
CT_CC_GCC_LDBL_128=m
|
CT_CC_GCC_LDBL_128=m
|
||||||
CT_CC_GCC_BUILD_ID=y
|
# CT_CC_GCC_BUILD_ID is not set
|
||||||
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
||||||
|
@ -606,7 +606,7 @@ CT_CC_GCC_TM_CLONE_REGISTRY=m
|
|||||||
# CT_CC_GCC_DISABLE_PCH is not set
|
# CT_CC_GCC_DISABLE_PCH is not set
|
||||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||||
CT_CC_GCC_LDBL_128=m
|
CT_CC_GCC_LDBL_128=m
|
||||||
CT_CC_GCC_BUILD_ID=y
|
# CT_CC_GCC_BUILD_ID is not set
|
||||||
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
||||||
|
@ -568,7 +568,7 @@ CT_CC_GCC_TM_CLONE_REGISTRY=m
|
|||||||
# CT_CC_GCC_DISABLE_PCH is not set
|
# CT_CC_GCC_DISABLE_PCH is not set
|
||||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||||
CT_CC_GCC_LDBL_128=m
|
CT_CC_GCC_LDBL_128=m
|
||||||
CT_CC_GCC_BUILD_ID=y
|
# CT_CC_GCC_BUILD_ID is not set
|
||||||
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
||||||
|
@ -3,8 +3,8 @@ FROM dockcross/base:latest
|
|||||||
# This is for 64-bit x86 Linux machine
|
# This is for 64-bit x86 Linux machine
|
||||||
|
|
||||||
# Buildroot version
|
# Buildroot version
|
||||||
# buildroot master 2021-08-30
|
# crosstool-ng master 2021-08-21
|
||||||
ENV BR_VERSION 2990d7dcb163a5618100a6985726b6820457a6d1
|
ENV BR_VERSION 181a5e229b347c1996eeca7d7727ee66bc566f01
|
||||||
|
|
||||||
#include "common.buildroot"
|
#include "common.buildroot"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Buildroot 2021.08-rc2-75-g2990d7dcb1 Configuration
|
# Buildroot 2021.08-rc2-29-gdbe3af5532 Configuration
|
||||||
#
|
#
|
||||||
BR2_HAVE_DOT_CONFIG=y
|
BR2_HAVE_DOT_CONFIG=y
|
||||||
BR2_HOST_GCC_AT_LEAST_4_9=y
|
BR2_HOST_GCC_AT_LEAST_4_9=y
|
||||||
@ -147,7 +147,6 @@ BR2_SSP_NONE=y
|
|||||||
BR2_RELRO_NONE=y
|
BR2_RELRO_NONE=y
|
||||||
# BR2_RELRO_PARTIAL is not set
|
# BR2_RELRO_PARTIAL is not set
|
||||||
# BR2_RELRO_FULL is not set
|
# BR2_RELRO_FULL is not set
|
||||||
BR2_FORTIFY_SOURCE_ARCH_SUPPORTS=y
|
|
||||||
BR2_FORTIFY_SOURCE_NONE=y
|
BR2_FORTIFY_SOURCE_NONE=y
|
||||||
# BR2_FORTIFY_SOURCE_1 is not set
|
# BR2_FORTIFY_SOURCE_1 is not set
|
||||||
# BR2_FORTIFY_SOURCE_2 is not set
|
# BR2_FORTIFY_SOURCE_2 is not set
|
||||||
@ -932,10 +931,6 @@ BR2_PACKAGE_SDL2=y
|
|||||||
# KMS/DRM video driver needs libdrm
|
# KMS/DRM video driver needs libdrm
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
|
||||||
# KMS/DRM video driver needs an OpenGL EGL backend provided by mesa3d
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# OpenGL support needs X11 and an OpenGL provider
|
# OpenGL support needs X11 and an OpenGL provider
|
||||||
#
|
#
|
||||||
@ -2181,7 +2176,7 @@ BR2_PACKAGE_JEMALLOC_ARCH_SUPPORTS=y
|
|||||||
BR2_PACKAGE_LAPACK_ARCH_SUPPORTS=y
|
BR2_PACKAGE_LAPACK_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_LAPACK is not set
|
# BR2_PACKAGE_LAPACK is not set
|
||||||
BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS=y
|
BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS=y
|
||||||
BR2_PACKAGE_LIBABSEIL_CPP=y
|
# BR2_PACKAGE_LIBABSEIL_CPP is not set
|
||||||
# BR2_PACKAGE_LIBARGTABLE2 is not set
|
# BR2_PACKAGE_LIBARGTABLE2 is not set
|
||||||
BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS=y
|
BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS=y
|
||||||
# BR2_PACKAGE_LIBATOMIC_OPS is not set
|
# BR2_PACKAGE_LIBATOMIC_OPS is not set
|
||||||
@ -2289,7 +2284,7 @@ BR2_PACKAGE_PROTOBUF=y
|
|||||||
#
|
#
|
||||||
# BR2_PACKAGE_AUGEAS is not set
|
# BR2_PACKAGE_AUGEAS is not set
|
||||||
# BR2_PACKAGE_ENCHANT is not set
|
# BR2_PACKAGE_ENCHANT is not set
|
||||||
BR2_PACKAGE_FMT=y
|
# BR2_PACKAGE_FMT is not set
|
||||||
# BR2_PACKAGE_FSTRCMP is not set
|
# BR2_PACKAGE_FSTRCMP is not set
|
||||||
# BR2_PACKAGE_ICU is not set
|
# BR2_PACKAGE_ICU is not set
|
||||||
# BR2_PACKAGE_INIH is not set
|
# BR2_PACKAGE_INIH is not set
|
||||||
|
@ -549,7 +549,7 @@ CT_CC_GCC_TM_CLONE_REGISTRY=m
|
|||||||
# CT_CC_GCC_DISABLE_PCH is not set
|
# CT_CC_GCC_DISABLE_PCH is not set
|
||||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||||
CT_CC_GCC_LDBL_128=m
|
CT_CC_GCC_LDBL_128=m
|
||||||
CT_CC_GCC_BUILD_ID=y
|
# CT_CC_GCC_BUILD_ID is not set
|
||||||
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
||||||
|
@ -398,7 +398,7 @@ CT_CC_CXA_ATEXIT=y
|
|||||||
# CT_CC_GCC_DISABLE_PCH is not set
|
# CT_CC_GCC_DISABLE_PCH is not set
|
||||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||||
CT_CC_GCC_LDBL_128=m
|
CT_CC_GCC_LDBL_128=m
|
||||||
CT_CC_GCC_BUILD_ID=y
|
# CT_CC_GCC_BUILD_ID is not set
|
||||||
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set
|
||||||
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
# CT_CC_GCC_LNK_HASH_STYLE_GNU is not set
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM emscripten/emsdk:2.0.29
|
FROM emscripten/emsdk:2.0.27
|
||||||
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
||||||
|
|
||||||
# Revert back to "/bin/sh" as default shell
|
# Revert back to "/bin/sh" as default shell
|
||||||
@ -52,7 +52,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
|
|||||||
|
|
||||||
#include "common.docker"
|
#include "common.docker"
|
||||||
|
|
||||||
ENV EMSCRIPTEN_VERSION 2.0.29
|
ENV EMSCRIPTEN_VERSION 2.0.27
|
||||||
|
|
||||||
ENV PATH /emsdk:/emsdk/upstream/bin/:/emsdk/upstream/emscripten:${PATH}
|
ENV PATH /emsdk:/emsdk/upstream/bin/:/emsdk/upstream/emscripten:${PATH}
|
||||||
ENV CC=/emsdk/upstream/emscripten/emcc \
|
ENV CC=/emsdk/upstream/emscripten/emcc \
|
||||||
|
Reference in New Issue
Block a user