minix/lib/nbsd_libc/minix-config.inc
Ben Gras e81a0fd9c1 use minix malloc
. default jemalloc is not too easy to compile without threads
	  libraries/types
	. non-default malloc has odd virtual address space binge problem
	. switch to ack/minix malloc in old libc for now
2011-08-18 21:52:09 +00:00

14 lines
192 B
PHP

NETBSDSRCDIR= ${MINIXSRCDIR}
NETBSDINCLUDES= /usr/include/
MACHINE_ARCH?= i386
CITRUS=yes
USE_INET6=no
MKYP=no #requires RPC
USE_JEMALLOC=no
USE_MINIXMALLOC=yes
USE_FORT=no
USE_LIBTRE=no