We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f413c commit 766e963Copy full SHA for 766e963
.gitmodules
@@ -25,3 +25,6 @@
25
[submodule "crosskit/crosskit-mingw-w64-libpython"]
26
path = crosskit/crosskit-mingw-w64-libpython
27
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
@@ -5,3 +5,4 @@ CT_ARCH_64=y
5
CT_TARGET_VENDOR="zephyr"
6
CT_TARGET_CFLAGS="-ftls-model=local-exec"
7
CT_MULTILIB=y
8
+CT_GCC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/gcc_arc"
gcc_arc
0 commit comments