summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJethro Beekman <jethro@fortanix.com>2018-08-27 21:33:26 -0700
committerJethro Beekman <jethro@fortanix.com>2018-12-07 11:26:50 +0530
commit4a3505682e97c8e667338056ae216e4b84b22dd7 (patch)
tree64f04641da2097afb5c6a386f8e26a36a2687e6e /.gitmodules
parentc559216ad0d2f0737f8dbb51a7d42b1727b77b3c (diff)
downloadrust-4a3505682e97c8e667338056ae216e4b84b22dd7.tar.gz
Add x86_64-fortanix-unknown-sgx target to libstd and dependencies
The files src/libstd/sys/sgx/*.rs are mostly copied/adapted from the wasm target. This also updates the dlmalloc submodule to the very latest version.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 4a136cff1cd..3fc6e45db3e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -61,10 +61,12 @@
path = src/tools/clang
url = https://github.com/rust-lang-nursery/clang.git
branch = rust-release-80-v2
-
[submodule "src/doc/rustc-guide"]
path = src/doc/rustc-guide
url = https://github.com/rust-lang/rustc-guide.git
[submodule "src/doc/edition-guide"]
path = src/doc/edition-guide
url = https://github.com/rust-lang-nursery/edition-guide
+[submodule "src/rust-sgx"]
+ path = src/rust-sgx
+ url = https://github.com/fortanix/rust-sgx