49325f855b
Introduce MODCARGO_WANTLIB variable to be used by port using std library from Rust. Rust std uses libc and libpthread for standard operations, and uses libc++abi/libgcc for unwinding. Unwinding is done differently depending the MACHINE_ARCH: - sparc64 is using libgcc (static lib) - others are using c++abi (shared lib) MODCARGO_WANTLIB takes care of that details. ok sthen@ |
||
---|---|---|
.. | ||
cargo.port.mk |