arc: Add -mtp-regno=26 to CFLAGS

Make sure everything is built with the correct TLS configuration.

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Keith Packard 2022-10-17 18:31:32 -07:00 committed by Stephanos Ioannidis
parent ff344f0621
commit 2d678bf8de
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ CT_EXPERIMENTAL=y
# CT_LOG_PROGRESS_BAR is not set
CT_ARCH_ARC=y
CT_MULTILIB=y
CT_TARGET_CFLAGS="-mno-sdata"
CT_TARGET_CFLAGS="-mno-sdata -mtp-regno=26"
CT_TARGET_VENDOR="zephyr"
CT_BINUTILS_SRC_CUSTOM=y
CT_BINUTILS_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/binutils"