components/cmake/Makefile
changeset 7245 934578b959f0
parent 6915 8e42a5077b6d
child 7687 1093e2a9adbd
--- a/components/cmake/Makefile	Thu Nov 03 22:18:09 2016 -0700
+++ b/components/cmake/Makefile	Fri Nov 04 05:32:50 2016 -0700
@@ -64,6 +64,11 @@
 # when testing on sparc
 LD_MAP_NOEXBSS.sparc=
 
+# map.noexbss has the side effect of making the heap non executable.
+# Reflect the setting above explicitly disabling NXHEAP.
+NXHEAP_MODE = $(NXHEAP_DISABLE)
+
+
 # We need these in the environment, although they are already passed
 # as CONFIGURE_OPTIONS; otherwise the correct compilers are not used
 CONFIGURE_ENV +=	MAKE="$(GMAKE)"