CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/08/01 06:01:13
Modified files:
lang/wasi-sdk/compiler-rt: Makefile
Log message:
lang/wasi-sdk/compiler-rt: add BDEP on lang/wasi-libc
compiler-rt build uses --sysroot=/usr/local/share/wasi-sysroot, so
installing/removing wasi-libc during compiler-rt build may produce
unexpected failures, as seen by tb@ - ensure wasi-libc is always present.
