Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information