Commit 813d5503 authored by Anas Nashif's avatar Anas Nashif Committed by Anas Nashif
Browse files

[REVERTME]boards: omit frame pointer for ARC boards



The current ARC GCC compiler used in Zephyr SDK v0.8.2 generates
incorrect code when using the "-fno-omit-frame-pointer" option. This bug
should have been fixed in the 2016.03 release of the compiler.

Jira: ZEP-1243, ZEP-1403

Change-Id: I0901f55973c1ea37491b07bf625d0d1918803f3e
Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent d3230b01
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,3 +15,4 @@ CONFIG_UART_QMSI=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_OMIT_FRAME_POINTER=y
+1 −0
Original line number Diff line number Diff line
@@ -18,3 +18,4 @@ CONFIG_UART_NS16550_PORT_1=y
CONFIG_UART_NS16550_PORT_0=n
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_GPIO=y
CONFIG_OMIT_FRAME_POINTER=y
+1 −0
Original line number Diff line number Diff line
@@ -15,3 +15,4 @@ CONFIG_UART_CONSOLE=y
CONFIG_UART_QMSI=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_OMIT_FRAME_POINTER=y