Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Bred <bredpetr@gmail.com>2017-11-29 21:12:27 +0300
committerJan Kotas <jkotas@microsoft.com>2017-11-29 21:12:27 +0300
commitb704f434b9ca4c6ce5c14d48145b207c4b96ac59 (patch)
tree4130b3b3d495542b95dcd8a188ccada03213c0dc /Documentation
parente2cf10858d94b7bc9d2e76e1e500ffc450f22bdc (diff)
[ARM32] Cross initialization rootfs for Tizen (#5039)
Signed-off-by: Petr Bred <bredpetr@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/cross-building.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/cross-building.md b/Documentation/cross-building.md
index d61613b9b..c95fd15dd 100644
--- a/Documentation/cross-building.md
+++ b/Documentation/cross-building.md
@@ -63,8 +63,7 @@ sudo ./cross/build-rootfs.sh x86 xenial
2. Build CoreFX (`Debug` version)
3. Build CoreRT for armel, x64, x86
```
-sudo ./cross/build-rootfs.sh armel tizen
-sudo ./cross/build-rootfs.sh x86 xenial
+sudo ./cross/build-rootfs.sh armel tizen cross
./build.sh clang3.9 armel debug verbose cross
./build.sh debug verbose skiptests
./build.sh clang3.9 x86 debug verbose cross skiptests