forked from cross-rs/cross
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
use defconfig for ct-ng, minimizing the config (cross-rs#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 cross-rs#1335
Showing
6 changed files
with
14 additions
and
3,064 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"type": "changed", | ||
"description": "use defconfig for ct-ng, minimizing the config", | ||
"issues": [1335] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
782 changes: 6 additions & 776 deletions
782
docker/crosstool-config/arm-unknown-linux-gnueabihf.config
Large diffs are not rendered by default.
Oops, something went wrong.
813 changes: 0 additions & 813 deletions
813
docker/crosstool-config/loongarch64-unknown-linux-gnu.config
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters