From c728041f5486b4ef04856c7d03c09fb47d0b46c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kijewski?= Date: Wed, 5 Feb 2014 15:16:25 +0100 Subject: [PATCH] Do not assume 0x0 to be an unusable address --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index e02bf2ac5c..19719a2073 100644 --- a/Makefile.include +++ b/Makefile.include @@ -14,7 +14,7 @@ endif # if you want to publish the board into the sources as an uppercase #define BB = $(shell echo $(BOARD)|tr 'a-z' 'A-Z') CPUDEF = $(shell echo $(CPU)|tr 'a-z' 'A-Z') -CFLAGS += -DBOARD=$(BB) -DCPU_$(CPUDEF) +CFLAGS += -DBOARD=$(BB) -DCPU_$(CPUDEF) -fno-delete-null-pointer-checks export CFLAGS export BINDIR =$(CURDIR)/bin/$(BOARD)/