[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: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
d3230b0128
commit
813d550361
3 changed files with 3 additions and 0 deletions
|
@ -15,3 +15,4 @@ CONFIG_UART_QMSI=y
|
|||
CONFIG_CONSOLE=y
|
||||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_OMIT_FRAME_POINTER=y
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -15,3 +15,4 @@ CONFIG_UART_CONSOLE=y
|
|||
CONFIG_UART_QMSI=y
|
||||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_OMIT_FRAME_POINTER=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue