Skip to content

Commit 2d678bf

Browse files
keith-packardstephanosio
authored andcommitted
arc: Add -mtp-regno=26 to CFLAGS
Make sure everything is built with the correct TLS configuration. Signed-off-by: Keith Packard <[email protected]> Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent ff344f0 commit 2d678bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/arc-zephyr-elf.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CT_EXPERIMENTAL=y
44
# CT_LOG_PROGRESS_BAR is not set
55
CT_ARCH_ARC=y
66
CT_MULTILIB=y
7-
CT_TARGET_CFLAGS="-mno-sdata"
7+
CT_TARGET_CFLAGS="-mno-sdata -mtp-regno=26"
88
CT_TARGET_VENDOR="zephyr"
99
CT_BINUTILS_SRC_CUSTOM=y
1010
CT_BINUTILS_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/binutils"

0 commit comments

Comments
 (0)