On 26 Dec 2015, at 11:03, Dmitry Moskalchuk <[email protected]> wrote: > > On 25/12/15 17:41, David Chisnall wrote: >> It may make a difference, depending on the c++ runtime library that Android >> ships. > > I'm going to check it with GNU libstdc++ and LLVM libc++ runtimes, so it > will be the same as for GNU/Linux.
Note that it’s only libsupc++/libc++abi/libcxxrt that makes a difference. libstdc++ / libc++ can both happily live on top of either of these and they should all present the same ABI (though I think libc++abi is actually broken in this particular regard). David -- Sent from my Difference Engine _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
