| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-12 | Add default `host` target for cross compiling. | Yukihiro "Matz" Matsumoto | |
| You don't have to define explicit `host` build target any more. | |||
| 2020-10-12 | Build process updated: | Yukihiro "Matz" Matsumoto | |
| You have to specify `TARGET` to specify a configuration, e.g. ``` rake TARGET=host-debug all test ``` When you port `mruby` to a new configuration: 1. copy an existing configuration under `target` directory 2. modify the new configuration file 3. build using the new configuration 4. send PR if you please | |||
