zephyr/arch
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
..
arc arc: add -fno-delete-null-pointer-checks 2017-01-04 19:06:41 +00:00
arm arm: Cortex-M0: Adapt core register code to M0 2017-01-03 22:44:35 +00:00
nios2 logging: move event_logger to subsys/logging 2016-12-25 14:34:43 -05:00
x86 logging: move event_logger to subsys/logging 2016-12-25 14:34:43 -05:00
Kconfig kernel: rename NANOKERNEL_TICKLESS_IDLE_SUPPORTED 2016-12-19 19:58:35 +00:00
Makefile arch/Makefile: simplify 2016-04-27 21:40:19 +00:00