Commit 35be2a9
authored
use defconfig for ct-ng, minimizing the config (#1468)
This PR switches to using `defconfig` for ct-ng, minimizing the config.
The `docker/crosstool-config/loongarch64-unknown-linux-gnu.config` is
generated by:
```sh
GCC_VERSION=13.2.0 GLIBC_VERSION=2.36 LINUX_VERSION=5.19.16 cargo xtask configure-crosstool
```
and `docker/crosstool-config/arm-unknown-linux-gnueabihf.config`:
```sh
GCC_VERSION=8.5.0 GLIBC_VERSION=2.31 LINUX_VERSION=4.19.287 cargo xtask configure-crosstool
```
Fixes #1335File tree
6 files changed
+14
-3064
lines changed- .changes
- crosstool-ng
- docker
- crosstool-config
6 files changed
+14
-3064
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments