aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer.dabbelt@eecs.berkeley.edu>2016-05-16 15:12:06 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2016-05-31 15:40:22 -0700
commit28df2f6408fff212290a334f73d2395eaa012ce9 (patch)
tree8e3ec3d02e336f56e6d3748c6e2d4212015afb98 /.gitmodules
parent13f52d26149c900378d315478779b02753ae2826 (diff)
downloadriscv-gnu-toolchain-28df2f6408fff212290a334f73d2395eaa012ce9.zip
riscv-gnu-toolchain-28df2f6408fff212290a334f73d2395eaa012ce9.tar.gz
riscv-gnu-toolchain-28df2f6408fff212290a334f73d2395eaa012ce9.tar.bz2
Start tracking binutils as a submodule
As we prepare binutils for upstreaming we want to start closely tracking upstream changes. There's a riscv-binutils-gdb repository that contains the binutils port, and I want to centralize all the development there. This commit uses that repository instead of the patches that used to live here, so we're less likely to lose patches.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..78ba976
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "riscv-binutils-gdb"]
+ path = riscv-binutils-gdb
+ url = ../riscv-binutils-gdb.git