[erlang-patches] Few HiPE patches

Martti Kuparinen martti.kuparinen@REDACTED
Wed Jun 23 08:31:53 CEST 2010


I just found this in our hacks.mk
(http://pkgsrc-wip.cvs.sourceforge.net/viewvc/pkgsrc-wip/wip/erlang/hacks.mk?revision=1.2)


###
### XXX Don't let the kernel put the map elsewhere.
###
.if (${OPSYS} == "NetBSD"  || \
     ${OPSYS} == "OpenBSD" || \
     ${OPSYS} == "FreeBSD" || \
     ${OPSYS} == "Solaris")
CFLAGS+=        -DMMAP_MAP_FIXED
.endif


Any ideas why this is there?

Martti



More information about the erlang-patches mailing list