Skip to content

Commit 38a8a48

Browse files
committed
configs/rx: Don't use -Os to build libgcc on rx
This appears to trigger some compiler bugs. Let's see if disabling this option generates a working toolchain. Signed-off-by: Keith Packard <[email protected]>
1 parent c5f4090 commit 38a8a48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/rx-zephyr-elf.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ CT_EXPERIMENTAL=y
33
CT_ARCH_RX=y
44
CT_TARGET_CFLAGS="-ftls-model=local-exec"
55
CT_TARGET_VENDOR="zephyr"
6+
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=n
67
CT_MULTILIB=y

0 commit comments

Comments
 (0)