Skip to content

Commit e9855ed

Browse files
committed
binutils: add a special submodule for arc64 changes
Signed-off-by: Anas Nashif <[email protected]>
1 parent 69fb566 commit e9855ed

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@
2828
[submodule "gcc_arc"]
2929
path = gcc_arc
3030
url = https://github.com/zephyrproject-rtos/gcc.git
31+
[submodule "binutils_arc"]
32+
path = binutils_arc
33+
url = https://github.com/zephyrproject-rtos/binutils-gdb.git

binutils_arc

Submodule binutils_arc added at 48a2a2e

configs/arc64-zephyr-elf.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ CT_TARGET_VENDOR="zephyr"
66
CT_TARGET_CFLAGS="-ftls-model=local-exec"
77
CT_MULTILIB=y
88
CT_GCC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/gcc_arc"
9+
CT_BINUTILS_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/binutils_arc"

0 commit comments

Comments
 (0)