diff options
author | Vadim Chugunov <vadimcn@gmail.com> | 2014-02-03 22:54:09 -0800 |
---|---|---|
committer | Vadim Chugunov <vadimcn@gmail.com> | 2014-02-11 15:59:59 -0800 |
commit | b7651325eb3863c9869b7c684b1a4d9401544091 (patch) | |
tree | 8595e1566c3111dcbc2964b37d9860217f421b0c /.gitmodules | |
parent | Added compiler-rt submodule. (diff) | |
download | grust-b7651325eb3863c9869b7c684b1a4d9401544091.tar.gz grust-b7651325eb3863c9869b7c684b1a4d9401544091.tar.bz2 grust-b7651325eb3863c9869b7c684b1a4d9401544091.tar.xz |
Build compiler-rt and link it to all crates, similarly to morestack.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 85b637380a..597086229b 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -11,4 +11,4 @@ | |||
11 | url = https://github.com/rust-lang/gyp.git | 11 | url = https://github.com/rust-lang/gyp.git |
12 | [submodule "src/compiler-rt"] | 12 | [submodule "src/compiler-rt"] |
13 | path = src/compiler-rt | 13 | path = src/compiler-rt |
14 | url = https://github.com/vadimcn/compiler-rt.git | 14 | url = https://github.com/rust-lang/compiler-rt.git |