diff options
author | dzwdz | 2023-02-23 15:38:17 +0100 |
---|---|---|
committer | dzwdz | 2023-02-23 15:38:17 +0100 |
commit | c9daa8909313b020df57605d0bd50ac48b208d58 (patch) | |
tree | 7051752002999e648619bc91e4d99edfda7b9f01 /.gitmodules | |
parent | 5715a511fcd0490dfc74579ee95f88ef1877f021 (diff) |
toolchain: update, move to a Camellia-specific toolchain
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a8a484d..9621900 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,10 @@ [submodule "src/user/app/ext2fs/ext2"] path = src/user/app/ext2fs/ext2 url = https://github.com/dzwdz/ext2.git +[submodule "toolchain/binutils"] + path = toolchain/binutils + url = https://github.com/dzwdz/camellia-binutils + branch = camellia +[submodule "toolchain/gcc"] + path = toolchain/gcc + url = https://github.com/dzwdz/gcc |