diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-14 12:55:12 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-14 12:55:12 +0200 |
commit | 4f40c0ffb72532fc8bb8af4e00f029a72fb26f6c (patch) | |
tree | 68b3a1ca1163a21a0ea26920e29cd1815da0078d | |
parent | 07b232e7bcf384ff821a113559c172f03291c5a1 (diff) | |
download | justbuild-static-binaries-4f40c0ffb72532fc8bb8af4e00f029a72fb26f6c.tar.gz |
Update rules
-rw-r--r-- | etc/repos.json | 50 |
1 files changed, 42 insertions, 8 deletions
diff --git a/etc/repos.json b/etc/repos.json index 3293872..b99768a 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -61,6 +61,40 @@ , "patches": "imported-toolchain/patches" } } + , "imported-toolchain/compilers/gcc-14.1.0-musl": + { "repository": "imported-toolchain/compilers" + , "target_file_name": "gcc-14-musl.TARGETS" + , "bindings": + { "rules": "imported-toolchain/rules/gcc" + , "musl-cross-make": "imported-toolchain/imports/musl-cross-make-fe915821" + , "binutils": "imported-toolchain/imports/binutils-latest" + , "musl": "imported-toolchain/imports/musl-1.2.4" + , "gmp": "imported-toolchain/imports/gmp-6.3.0" + , "mpc": "imported-toolchain/imports/mpc-1.3.1" + , "mpfr": "imported-toolchain/imports/mpfr-4.2.1" + , "gcc": "imported-toolchain/compilers/gcc-14.1.0-native" + , "mimalloc": "imported-toolchain/imports/mimalloc-2.1.2" + } + } + , "imported-toolchain/compilers/gcc-14.1.0-native": + { "repository": + { "type": "archive" + , "content": "5ee9523adf9ef022a1e64c3b97f617c6e7192532" + , "fetch": "https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.gz" + , "sha256": "a0be066c02775002a0fa65ad3c65fb56a8bfd923d072a26ed148c0439ecdb68f" + , "subdir": "gcc-14.1.0" + } + , "target_root": "imported-toolchain/compilers" + , "target_file_name": "gcc-14-native.TARGETS" + , "bindings": + { "rules": "imported-toolchain/rules/gcc" + , "binutils": "imported-toolchain/imports/binutils-latest" + , "gmp": "imported-toolchain/imports/gmp-6.3.0" + , "mpc": "imported-toolchain/imports/mpc-1.3.1" + , "mpfr": "imported-toolchain/imports/mpfr-4.2.1" + , "patches": "imported-toolchain/patches" + } + } , "imported-toolchain/gcc-13.2.0-musl": { "repository": "imported-toolchain/toolchains" , "target_file_name": "gcc.TARGETS" @@ -257,7 +291,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "2ffa33b77cab2e30b912e14bb839f491630ceefb" + , "commit": "89dc13243b7311669e5e4ad0ff8abbc0c7216dfd" , "subdir": "etc/patches" } } @@ -312,7 +346,7 @@ , "target_file_name": "tools.TARGETS" , "bindings": { "base": "imported-toolchain/rules/gcc" - , "gcc-musl": "imported-toolchain/compilers/gcc-13.2.0-musl" + , "gcc-musl": "imported-toolchain/compilers/gcc-14.1.0-musl" } } , "imported-toolchain/stage-0/binutils": @@ -467,7 +501,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "2ffa33b77cab2e30b912e14bb839f491630ceefb" + , "commit": "89dc13243b7311669e5e4ad0ff8abbc0c7216dfd" , "subdir": "src/bootstrap" } } @@ -476,7 +510,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "2ffa33b77cab2e30b912e14bb839f491630ceefb" + , "commit": "89dc13243b7311669e5e4ad0ff8abbc0c7216dfd" , "subdir": "src/compilers" } } @@ -485,7 +519,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "2ffa33b77cab2e30b912e14bb839f491630ceefb" + , "commit": "89dc13243b7311669e5e4ad0ff8abbc0c7216dfd" , "subdir": "etc/defaults" } } @@ -494,7 +528,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "2ffa33b77cab2e30b912e14bb839f491630ceefb" + , "commit": "89dc13243b7311669e5e4ad0ff8abbc0c7216dfd" , "subdir": "etc/imports" } } @@ -503,7 +537,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "2ffa33b77cab2e30b912e14bb839f491630ceefb" + , "commit": "89dc13243b7311669e5e4ad0ff8abbc0c7216dfd" , "subdir": "toolchains" } } @@ -512,7 +546,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/bootstrappable-toolchain" , "branch": "master" - , "commit": "2ffa33b77cab2e30b912e14bb839f491630ceefb" + , "commit": "89dc13243b7311669e5e4ad0ff8abbc0c7216dfd" , "subdir": "src/tools" } } |