CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/10/09 10:20:15
Modified files:
lang/rust : Makefile distinfo
lang/rust/patches: patch-src_bootstrap_bootstrap_py
Added files:
lang/rust/patches: patch-library_std_src_sys_unix_thread_rs
Log message:
adjust lang/rust to run with immutable stack
the rust std library is changed to not try to reallocate
a guard page on the stack.
the bootstraps needs to be regenerate. this commit includes
only amd64 and i386 for now. others archs are marked BROKEN
for now.