Do not assume 0x0 to be an unusable address
This commit is contained in:
parent
64c46b0a9f
commit
c728041f54
@ -14,7 +14,7 @@ endif
|
|||||||
# if you want to publish the board into the sources as an uppercase #define
|
# if you want to publish the board into the sources as an uppercase #define
|
||||||
BB = $(shell echo $(BOARD)|tr 'a-z' 'A-Z')
|
BB = $(shell echo $(BOARD)|tr 'a-z' 'A-Z')
|
||||||
CPUDEF = $(shell echo $(CPU)|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 CFLAGS
|
||||||
|
|
||||||
export BINDIR =$(CURDIR)/bin/$(BOARD)/
|
export BINDIR =$(CURDIR)/bin/$(BOARD)/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user