about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-09-25 20:10:59 +0200
committerGitHub <noreply@github.com>2024-09-25 20:10:59 +0200
commit81ac893d3bc872e9eb406512d5d23c7c5f05bc57 (patch)
treeeef3c4bea625736b757799ade3418ebb2a306825 /library/std/src/sys/pal/unix/stack_overflow.rs
parent0055895c307b1018b04c07a7b379446e6b57acb8 (diff)
parent802bf71ece2b2ae41ba39068a8a7533544fc1106 (diff)
downloadrust-81ac893d3bc872e9eb406512d5d23c7c5f05bc57.tar.gz
rust-81ac893d3bc872e9eb406512d5d23c7c5f05bc57.zip
Rollup merge of #130781 - monkeydbobo:mdb/fix_up_cross_compile_osx, r=davidtwco
Fix up setting strip = true in Cargo.toml makes build scripts fail in…

Fix issue: https://github.com/rust-lang/rust/issues/110536
Strip binary is PATH dependent which breaks builds in MacOS.
For example, on my Mac, the output of 'which strip' is '/opt/homebrew/opt/binutils/bin/strip', which leads to incorrect 'strip' results. Therefore, just like on other systems, it is also necessary to specify 'stripcmd' on macOS. However, it seems that there is a bug in binutils [bugzilla-Bug 31571](https://sourceware.org/bugzilla/show_bug.cgi?id=31571), which leads to the problem mentioned above.
Diffstat (limited to 'library/std/src/sys/pal/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions