libcpp
libcpp copied to clipboard
cross compile with my own libc
How do I cross compile (for mips/arm) with my own version of libc using its .a and headers? I'd like to disable features like exceptions, replace new/delete, no gnu extension etc