mirror of
https://github.com/tailix/loadwarka.git
synced 2025-10-30 23:46:12 -04:00
Add vendored cross-compiler as submodule "vendor/cross"
This commit is contained in:
parent
6eeb09aece
commit
02965e8ec6
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,6 +1,9 @@
|
|||
[submodule "vendor/coreboot"]
|
||||
path = vendor/coreboot
|
||||
url = https://review.coreboot.org/coreboot.git
|
||||
[submodule "vendor/cross"]
|
||||
path = vendor/cross
|
||||
url = https://github.com/tailix/cross.git
|
||||
[submodule "vendor/libkernaux"]
|
||||
path = vendor/libkernaux
|
||||
url = https://github.com/tailix/libkernaux.git
|
||||
|
|
|
|||
1
vendor/cross
vendored
Submodule
1
vendor/cross
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit b7315b7fd407e65eeb6f59a3c481964773bb9b3e
|
||||
Loading…
Add table
Add a link
Reference in a new issue