From 58ba883ee9a751268855dbe7bb336353204eaf91 Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Thu, 26 Nov 2020 18:43:40 +0900 Subject: 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. --- doc/guides/compile.md | 8 -------- 1 file changed, 8 deletions(-) (limited to 'doc') 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) @@ -403,10 +399,6 @@ In case of a cross-compilation to *i386* the *build* directory structure looks like this: +- build - | - +- presym <- List of preallocated symbolx - | - +- presym.inc <- C source file for preallocated symbols | +- host | | -- cgit v1.2.3