Skip to content

Commit

Permalink
updating submodule heads to point to my own fork
Browse files Browse the repository at this point in the history
All the bits specific submodules have been forked and this commit updates the
top level bits repo to refer to these forks.

Signed-off-by: Ani Sinha <[email protected]>
  • Loading branch information
ani-sinha committed Jun 4, 2022
1 parent 08dd543 commit a2ef659
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
15 changes: 10 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
[submodule "deps/acpica"]
path = deps/acpica
url = ../acpica
url = [email protected]:ani-sinha/bits-acpica.git
branch = bits
fetchRecurseSubmodules = true
[submodule "deps/fdlibm"]
path = deps/fdlibm
url = ../fdlibm
url = [email protected]:ani-sinha/bits-fdlibm.git
branch = bits
fetchRecurseSubmodules = true
[submodule "deps/grub"]
path = deps/grub
url = ../grub
url = [email protected]:ani-sinha/bits-grub.git
branch = bits
fetchRecurseSubmodules = true
[submodule "deps/libffi"]
path = deps/libffi
url = ../libffi
url = [email protected]:ani-sinha/bits-libffi.git
branch = bits
fetchRecurseSubmodules = true
[submodule "deps/python"]
path = deps/python
url = ../python
url = [email protected]:ani-sinha/bits-python.git
branch = bits
fetchRecurseSubmodules = true
2 changes: 1 addition & 1 deletion deps/fdlibm
Submodule fdlibm updated 2 files
+6 −5 e_asin.c
+2 −1 k_rem_pio2.c
2 changes: 1 addition & 1 deletion deps/libffi
Submodule libffi updated 2 files
+1 −0 src/x86/ffi.c
+1 −0 src/x86/ffi64.c

0 comments on commit a2ef659

Please sign in to comment.