11//! DO NOT EDIT
22//!
33//! Generated with `cargo run dev generate-sysconfig-metadata`
4- //! Targets from <https://github.com/astral-sh/python-build-standalone/blob/20250902 /cpython-unix/targets.yml>
4+ //! Targets from <https://github.com/astral-sh/python-build-standalone/blob/20250918 /cpython-unix/targets.yml>
55//!
66#![ allow( clippy:: all) ]
77#![ cfg_attr( any( ) , rustfmt:: skip) ]
@@ -17,6 +17,7 @@ pub(crate) static DEFAULT_VARIABLE_UPDATES: LazyLock<BTreeMap<String, Vec<Replac
1717 ( "BLDSHARED" . to_string ( ) , vec ! [
1818 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/arm-linux-gnueabi-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
1919 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/arm-linux-gnueabihf-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
20+ ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/loongarch64-linux-gnu-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
2021 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/mips-linux-gnu-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
2122 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/mipsel-linux-gnu-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
2223 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/powerpc64le-linux-gnu-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
@@ -29,6 +30,7 @@ pub(crate) static DEFAULT_VARIABLE_UPDATES: LazyLock<BTreeMap<String, Vec<Replac
2930 ( "CC" . to_string ( ) , vec ! [
3031 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/arm-linux-gnueabi-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
3132 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/arm-linux-gnueabihf-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
33+ ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/loongarch64-linux-gnu-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
3234 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/mips-linux-gnu-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
3335 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/mipsel-linux-gnu-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
3436 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/powerpc64le-linux-gnu-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
@@ -41,6 +43,7 @@ pub(crate) static DEFAULT_VARIABLE_UPDATES: LazyLock<BTreeMap<String, Vec<Replac
4143 ( "CXX" . to_string ( ) , vec ! [
4244 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/arm-linux-gnueabi-g++" . to_string( ) } , to: "c++" . to_string( ) } ,
4345 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/arm-linux-gnueabihf-g++" . to_string( ) } , to: "c++" . to_string( ) } ,
46+ ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/loongarch64-linux-gnu-g++" . to_string( ) } , to: "c++" . to_string( ) } ,
4447 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/mips-linux-gnu-g++" . to_string( ) } , to: "c++" . to_string( ) } ,
4548 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/mipsel-linux-gnu-g++" . to_string( ) } , to: "c++" . to_string( ) } ,
4649 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/powerpc64le-linux-gnu-g++" . to_string( ) } , to: "c++" . to_string( ) } ,
@@ -52,6 +55,7 @@ pub(crate) static DEFAULT_VARIABLE_UPDATES: LazyLock<BTreeMap<String, Vec<Replac
5255 ( "LDCXXSHARED" . to_string ( ) , vec ! [
5356 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/arm-linux-gnueabi-g++" . to_string( ) } , to: "c++" . to_string( ) } ,
5457 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/arm-linux-gnueabihf-g++" . to_string( ) } , to: "c++" . to_string( ) } ,
58+ ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/loongarch64-linux-gnu-g++" . to_string( ) } , to: "c++" . to_string( ) } ,
5559 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/mips-linux-gnu-g++" . to_string( ) } , to: "c++" . to_string( ) } ,
5660 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/mipsel-linux-gnu-g++" . to_string( ) } , to: "c++" . to_string( ) } ,
5761 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/powerpc64le-linux-gnu-g++" . to_string( ) } , to: "c++" . to_string( ) } ,
@@ -63,6 +67,7 @@ pub(crate) static DEFAULT_VARIABLE_UPDATES: LazyLock<BTreeMap<String, Vec<Replac
6367 ( "LDSHARED" . to_string ( ) , vec ! [
6468 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/arm-linux-gnueabi-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
6569 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/arm-linux-gnueabihf-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
70+ ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/loongarch64-linux-gnu-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
6671 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/mips-linux-gnu-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
6772 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/mipsel-linux-gnu-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
6873 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/powerpc64le-linux-gnu-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
@@ -75,6 +80,7 @@ pub(crate) static DEFAULT_VARIABLE_UPDATES: LazyLock<BTreeMap<String, Vec<Replac
7580 ( "LINKCC" . to_string ( ) , vec ! [
7681 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/arm-linux-gnueabi-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
7782 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/arm-linux-gnueabihf-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
83+ ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/loongarch64-linux-gnu-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
7884 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/mips-linux-gnu-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
7985 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/mipsel-linux-gnu-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
8086 ReplacementEntry { mode: ReplacementMode :: Partial { from: "/usr/bin/powerpc64le-linux-gnu-gcc" . to_string( ) } , to: "cc" . to_string( ) } ,
0 commit comments