diff -r c111a9dd45a7 -r c782e620dd26 make-rules/shared-macros.mk --- 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;