Skip to content

Commit 4344299

Browse files
committed
[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 <[email protected]>
1 parent 0307d6e commit 4344299

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

boards/arc/arduino_101_sss/arduino_101_sss_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ CONFIG_UART_QMSI=y
1515
CONFIG_CONSOLE=y
1616
CONFIG_UART_CONSOLE=y
1717
CONFIG_SERIAL=y
18+
CONFIG_OMIT_FRAME_POINTER=y

boards/arc/em_starterkit/em_starterkit_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ CONFIG_UART_NS16550_PORT_1=y
1818
CONFIG_UART_NS16550_PORT_0=n
1919
CONFIG_UART_INTERRUPT_DRIVEN=y
2020
CONFIG_GPIO=y
21+
CONFIG_OMIT_FRAME_POINTER=y

boards/arc/quark_se_c1000_ss_devboard/quark_se_c1000_ss_devboard_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ CONFIG_UART_CONSOLE=y
1515
CONFIG_UART_QMSI=y
1616
CONFIG_UART_CONSOLE=y
1717
CONFIG_SERIAL=y
18+
CONFIG_OMIT_FRAME_POINTER=y

0 commit comments

Comments
 (0)