From: Bruno H. <br...@cl...> - 2017-11-14 18:38:21
|
Hi Jörg, > + #if defined(UNIX_NETBSD) && defined(SPARC64) /* NetBSD/sparc64 */ > + #define TYPECODES_WITH_MALLOC_WORKS ? > + #endif > > What's this '?' It means that if you have a SPARC64 hardware (64-bit, i.e. UltraSPARC or newer, i.e. for a Sun4: Sun-4u or newer) and you can install NetBSD on it, you can insert the appropriate figures here. NetBSD/sparc64 under QEMU is not stable enough, and I understand that it will not change any time soon. [1] Bruno [1] http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=52657 |