]> git.lizzy.rs Git - rust.git/blobdiff - configure
Auto merge of #28651 - dotdash:exhaustive_match, r=eddyb
[rust.git] / configure
index 1d95965150caea54b84466bbb6d6bb601645f8c0..fa2117dcc1d3d0de1ad757e1fdbda41361b36aeb 100755 (executable)
--- a/configure
+++ b/configure
@@ -1295,6 +1295,12 @@ $ pacman -R cmake && pacman -S mingw-w64-x86_64-cmake
             putvar CFG_MSVC_LIB_PATH_${bits}
             ;;
 
+        *-rumprun-netbsd)
+            step_msg "targeting rumprun-netbsd, disabling jemalloc"
+            CFG_DISABLE_JEMALLOC=1
+            putvar CFG_DISABLE_JEMALLOC
+            ;;
+
         *)
             ;;
     esac