Skip to content

Commit 35be2a9

Browse files
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 #1335
2 parents 82a53af + 293198f commit 35be2a9

6 files changed

+14
-3064
lines changed

.changes/1468.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "changed",
3+
"description": "use defconfig for ct-ng, minimizing the config",
4+
"issues": [1335]
5+
}

0 commit comments

Comments
 (0)