Skip to content

Commit

Permalink
Script overrides for 1.54 linux
Browse files Browse the repository at this point in the history
  • Loading branch information
thepowersgang committed Oct 27, 2021
1 parent 0a56c2c commit ffb0961
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
@@ -0,0 +1,5 @@
#cargo:compiler-rt=
cargo:rustc-cfg=feature="unstable"

# Disable assembly
cargo:rustc-cfg=feature="no-asm"
10 changes: 10 additions & 0 deletions script-overrides/stable-1.54.0-linux/build_libc.txt
@@ -0,0 +1,10 @@
cargo:rustc-cfg=freebsd11
cargo:rustc-cfg=libc_priv_mod_use
cargo:rustc-cfg=libc_union
cargo:rustc-cfg=libc_const_size_o
cargo:rustc-cfg=libc_align
cargo:rustc-cfg=libc_core_cvoid
cargo:rustc-cfg=libc_packedN
cargo:rustc-cfg=libc_cfg_target_vendor
cargo:rustc-cfg=libc_thread_local
cargo:rustc-cfg=libc_const_extern_fn
2 changes: 2 additions & 0 deletions script-overrides/stable-1.54.0-linux/build_std.txt
@@ -0,0 +1,2 @@
cargo:rustc-cfg=backtrace_in_libstd
cargo:rustc-env=STD_ENV_ARCH=x86_64
1 change: 1 addition & 0 deletions script-overrides/stable-1.54.0-linux/build_unwind.txt
@@ -0,0 +1 @@
# No output for linux

0 comments on commit ffb0961

Please sign in to comment.