components/cmake/Makefile
changeset 7245 934578b959f0
parent 6915 8e42a5077b6d
child 7687 1093e2a9adbd
equal deleted inserted replaced
7244:0d8fd6bb915f 7245:934578b959f0
    61 
    61 
    62 # Need to remove this option from LD_OPTIONS (only affects sparc build);
    62 # Need to remove this option from LD_OPTIONS (only affects sparc build);
    63 # it causes a SegFault failure in kwsys/testSystemInformation
    63 # it causes a SegFault failure in kwsys/testSystemInformation
    64 # when testing on sparc
    64 # when testing on sparc
    65 LD_MAP_NOEXBSS.sparc=
    65 LD_MAP_NOEXBSS.sparc=
       
    66 
       
    67 # map.noexbss has the side effect of making the heap non executable.
       
    68 # Reflect the setting above explicitly disabling NXHEAP.
       
    69 NXHEAP_MODE = $(NXHEAP_DISABLE)
       
    70 
    66 
    71 
    67 # We need these in the environment, although they are already passed
    72 # We need these in the environment, although they are already passed
    68 # as CONFIGURE_OPTIONS; otherwise the correct compilers are not used
    73 # as CONFIGURE_OPTIONS; otherwise the correct compilers are not used
    69 CONFIGURE_ENV +=	MAKE="$(GMAKE)"
    74 CONFIGURE_ENV +=	MAKE="$(GMAKE)"
    70 CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"
    75 CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"