rust/build_system
bjorn3 c2a9839686 Disable jit and inline-asm when building as part of rustc
Both features are not yet ready. Inline-asm is only supported on Linux
and requires explicitly specifying registers instead of register
classes. The jit has usability issues and may require the cg_clif
executable in the future.
2021-07-17 16:40:54 +02:00
..
build_backend.rs Disable jit and inline-asm when building as part of rustc 2021-07-17 16:40:54 +02:00
build_sysroot.rs Refactor cg_clif building 2021-07-04 18:15:13 +02:00
config.rs Better config parsing and allow specifying host and target triple in config 2021-07-04 15:10:06 +02:00
prepare.rs Check if the patched sysroot source is up to date before using it 2021-07-02 19:14:02 +02:00
rustc_info.rs Check if the patched sysroot source is up to date before using it 2021-07-02 19:14:02 +02:00
utils.rs Rewrite prepare_sysroot_src.sh in rust 2021-06-19 13:58:32 +02:00