On Mon, Oct 31, 2022 at 07:47:31PM +0100, Solène Rapenne wrote:
> 
> with theses changes, it's ok solene@ for import
> 

just one note regarding WANTLIB:

-WANTLIB +=     ${COMPILER_LIBCXX} c c++abi m pthread
+WANTLIB +=     ${MODCARGO_WANTLIB} m

COMPILER_LIBCXX is used for c++ ports, but here there is no C++ involved. 
MODCARGO_WANTLIB has been recently introduced to cover the Rust stdlib part 
(which is arch dependent).

and "m" comes from (Rust) libc.

ok semarie@ to import.
-- 
Sebastien Marie

Reply via email to