gcc: Add Git submodule

This commit adds a Git submodule for the gcc pointing to the commit
8c1f3dcc6eddf3392d77f56c9bed69e5d6446cdf.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-03-15 18:51:13 +09:00
parent a046a0a6e2
commit 982cc6e698
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@ -7,3 +7,6 @@
[submodule "newlib"]
path = newlib
url = https://github.com/zephyrproject-rtos/newlib-cygwin.git
[submodule "gcc"]
path = gcc
url = https://github.com/zephyrproject-rtos/gcc.git

1
gcc Submodule

@ -0,0 +1 @@
Subproject commit 8c1f3dcc6eddf3392d77f56c9bed69e5d6446cdf