Skip to content

Commit

Permalink
Added overrides for bootstrapping 1.54.0 on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
catap authored and thepowersgang committed Feb 7, 2022
1 parent 39e4d55 commit 3e34653
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#cargo:compiler-rt=
cargo:rustc-cfg=feature="unstable"
10 changes: 10 additions & 0 deletions script-overrides/stable-1.54.0-macos/build_libc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cargo:rustc-cfg=darwin
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-macos/build_std.txt
Original file line number Diff line number Diff line change
@@ -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-macos/build_unwind.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# No output for macos

0 comments on commit 3e34653

Please sign in to comment.