make-rules/shared-macros.mk
changeset 1434 c782e620dd26
parent 1409 9db4ba32e740
child 1482 7a1f84fbc2d7
--- a/make-rules/shared-macros.mk	Wed Aug 14 11:12:36 2013 -0600
+++ b/make-rules/shared-macros.mk	Wed Aug 14 10:54:58 2013 -0700
@@ -627,6 +627,7 @@
 # use generic macro names for enabling/disabling ASLR
 ASLR_ENABLE = 		-z aslr=enable
 ASLR_DISABLE = 		-z aslr=disable
+ASLR_NOT_APPLICABLE = 	-z aslr=disable
 ASLR_MODE = 		$(ASLR_DISABLE)
 
 # by default, turn off Address Space Layout Randomization for ELF executables;