zephyr/arch/arc
Andrew Boie fb2e5a4479 arc: add -fno-delete-null-pointer-checks
This option has side effects. It also tells the compiler not to generate
these checks in the first place. The checks call abort() which doesn't
exist in our environment.

This patch gets rid of linker errors due to missing abort() in the 0.9 SDK.

Change-Id: Ibc5aeb5458d0bded714c9c074cdf08112733428b
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-01-04 19:06:41 +00:00
..
core kernel: replace all remaining nanokernel occurances 2016-12-25 14:34:43 -05:00
include kernel: remove unused and obsolete headers 2016-12-19 19:58:03 +00:00
soc kernel: replace all remaining nanokernel occurances 2016-12-25 14:34:43 -05:00
defconfig arc: Remove nonexistant Kconfig sybmol from defconfig 2016-07-27 17:14:54 +00:00
Kbuild
Kconfig kernel: rename NANOKERNEL_TICKLESS_IDLE_SUPPORTED 2016-12-19 19:58:35 +00:00
Makefile arc: add -fno-delete-null-pointer-checks 2017-01-04 19:06:41 +00:00