about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-02-09 14:36:25 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2021-02-18 18:14:21 +0100
commitf2f5452089a6cf8eb611badf20118960030f6585 (patch)
tree7657c36db95950734ffbeb113afc3fa14408d31d /scripts
parent92f765fce96b6344ccfe9b288bbd8b652f5ad0ef (diff)
downloadrust-f2f5452089a6cf8eb611badf20118960030f6585.tar.gz
rust-f2f5452089a6cf8eb611badf20118960030f6585.zip
Use real atomic instructions instead of a global lock
Diffstat (limited to 'scripts')
-rw-r--r--scripts/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config.sh b/scripts/config.sh
index e1f54e4a8b5..c2ed2bf256d 100644
--- a/scripts/config.sh
+++ b/scripts/config.sh
@@ -26,7 +26,7 @@ export RUSTC=$dir"/bin/cg_clif"
 export RUSTDOCFLAGS=$linker' -Cpanic=abort -Zpanic-abort-tests '\
 '-Zcodegen-backend='$dir'/lib/librustc_codegen_cranelift.'$dylib_ext' --sysroot '$dir
 
-# FIXME remove once the atomic shim is gone
+# FIXME fix `#[linkage = "extern_weak"]` without this
 if [[ "$unamestr" == 'Darwin' ]]; then
    export RUSTFLAGS="$RUSTFLAGS -Clink-arg=-undefined -Clink-arg=dynamic_lookup"
 fi