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 | 5d12d84f453ef740d3ae0b06a22788aa30b67fcd (diff) | |
download | rust-b7651325eb3863c9869b7c684b1a4d9401544091.tar.gz |
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 85b637380a8..597086229b8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,4 +11,4 @@ url = https://github.com/rust-lang/gyp.git [submodule "src/compiler-rt"] path = src/compiler-rt - url = https://github.com/vadimcn/compiler-rt.git + url = https://github.com/rust-lang/compiler-rt.git |