Skip to content

Commit 766e963

Browse files
committed
gcc: new submodule for arc64 gcc
Add new module to deal with out of tree gcc patches for arc64. Signed-off-by: Anas Nashif <[email protected]>
1 parent 22f413c commit 766e963

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
@@ -25,3 +25,6 @@
2525
[submodule "crosskit/crosskit-mingw-w64-libpython"]
2626
path = crosskit/crosskit-mingw-w64-libpython
2727
url = https://github.com/zephyrproject-rtos/crosskit-mingw-w64-libpython.git
28+
[submodule "gcc_arc"]
29+
path = gcc_arc
30+
url = https://github.com/zephyrproject-rtos/gcc.git

configs/arc64-zephyr-elf.config

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

gcc_arc

Submodule gcc_arc added at d497516

0 commit comments

Comments
 (0)