summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-11-26 21:17:47 +0900
committerGitHub <[email protected]>2020-11-26 21:17:47 +0900
commit521c16d738b3724657fed8c0c8aa3eb203008cdb (patch)
tree139bd650ca90d6d8eb00fc47f566cbb03c1a0026 /doc
parent7f5e257f77c40bef4023b41639d4188de27a5708 (diff)
parent58ba883ee9a751268855dbe7bb336353204eaf91 (diff)
downloadmruby-521c16d738b3724657fed8c0c8aa3eb203008cdb.tar.gz
mruby-521c16d738b3724657fed8c0c8aa3eb203008cdb.zip
Merge pull request #5194 from shuujii/create-presym-files-for-each-build-target
Create presym files for each build target
Diffstat (limited to 'doc')
-rw-r--r--doc/guides/compile.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/guides/compile.md b/doc/guides/compile.md
index 9ee56d4cf..f09050f9d 100644
--- a/doc/guides/compile.md
+++ b/doc/guides/compile.md
@@ -348,10 +348,6 @@ root directory. The structure of this directory will look like this:
+- build
|
- +- presym <- List of preallocated symbolx
- |
- +- presym.inc <- C source file for preallocated symbols
- |
+- host
|
+- bin <- Binaries (mirb, mrbc and mruby)
@@ -404,10 +400,6 @@ like this:
+- build
|
- +- presym <- List of preallocated symbolx
- |
- +- presym.inc <- C source file for preallocated symbols
- |
+- host
| |
| +- bin <- Native Binaries