freebsd for fun

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-09-23 03:00:02 +00:00
parent 9ff74d33ba
commit 9e8f4406dc
3 changed files with 7 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -57,3 +57,6 @@
[submodule "submodules/stream-benchmark"] [submodule "submodules/stream-benchmark"]
path = submodules/stream-benchmark path = submodules/stream-benchmark
url = https://github.com/cirosantilli/stream-benchmark url = https://github.com/cirosantilli/stream-benchmark
[submodule "submodules/freebsd"]
path = submodules/freebsd
url = https://github.com/cirosantilli/freebsd

3
build
View File

@@ -67,6 +67,9 @@ submodule_extra_remotes = {
'crosstool-ng': { 'crosstool-ng': {
'up': 'https://github.com/crosstool-ng/crosstool-ng', 'up': 'https://github.com/crosstool-ng/crosstool-ng',
}, },
'freebsd': {
'up': 'https://github.com/freebsd/freebsd',
},
'gcc': { 'gcc': {
'up': 'git://gcc.gnu.org/git/gcc.git', 'up': 'git://gcc.gnu.org/git/gcc.git',
}, },

1
submodules/freebsd Submodule

Submodule submodules/freebsd added at b91f25ea98