summaryrefslogtreecommitdiffhomepage
path: root/doc/guides
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2020-11-26 18:43:40 +0900
committerKOBAYASHI Shuji <[email protected]>2020-11-26 19:05:07 +0900
commit58ba883ee9a751268855dbe7bb336353204eaf91 (patch)
tree59b65bd7298f0835806e9a1adb29ed9f88f36b18 /doc/guides
parent79af3f30b4a138d73adc13dff4cda5ec95d8f438 (diff)
downloadmruby-58ba883ee9a751268855dbe7bb336353204eaf91.tar.gz
mruby-58ba883ee9a751268855dbe7bb336353204eaf91.zip
Create presym files for each build target
Previously, presym files were always created in `build/{presym,presym.inc}`. However, this constraint is inconvenient because it is common to use multiple build configurations and build targets in a single mruby tree. Therefore, change to create presym file for each build target.
Diffstat (limited to 'doc/guides')
-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