From 982cc6e698e046fbff2d7c62a8347ca62afa182f Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Tue, 15 Mar 2022 18:51:13 +0900 Subject: [PATCH] gcc: Add Git submodule This commit adds a Git submodule for the gcc pointing to the commit 8c1f3dcc6eddf3392d77f56c9bed69e5d6446cdf. Signed-off-by: Stephanos Ioannidis --- .gitmodules | 3 +++ gcc | 1 + 2 files changed, 4 insertions(+) create mode 160000 gcc diff --git a/.gitmodules b/.gitmodules index 12a6ec7..83a5495 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/gcc b/gcc new file mode 160000 index 0000000..8c1f3dc --- /dev/null +++ b/gcc @@ -0,0 +1 @@ +Subproject commit 8c1f3dcc6eddf3392d77f56c9bed69e5d6446cdf