components/gcc45/Makefile
changeset 1282 16201bef295c
parent 1199 5217b4eb1c01
child 1948 2d1537e7942d
--- a/components/gcc45/Makefile	Tue Apr 23 02:18:57 2013 -0700
+++ b/components/gcc45/Makefile	Wed Apr 24 11:14:11 2013 -0700
@@ -80,6 +80,7 @@
 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
 
 # Keep ASLR disabled (the default) for gcc 4.5; build often core dumps with ASLR
+ASLR_MODE = $(ASLR_DISABLE)
 
 COMPONENT_BUILD_ENV += SHELL=$(CONFIG_SHELL)