|
1 | | -Building Chez Scheme Version 10.0.0 |
| 1 | +Building Chez Scheme Version 10.1.0 |
2 | 2 | Copyright 1984-2024 Cisco Systems, Inc. |
3 | 3 |
|
4 | 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
@@ -541,7 +541,7 @@ Finally, configure the Emscripten build to use "demo.boot": |
541 | 541 |
|
542 | 542 | CROSS COMPILING |
543 | 543 |
|
544 | | -To compile Chez Scheme for a target platform that is different than |
| 544 | +To compile Chez Scheme for a target platform that is different from |
545 | 545 | the host platform, supply the `--cross` flag to the "configure" script |
546 | 546 | while also specifying the target machine type, compiler settings to |
547 | 547 | build for the target platform, and `CC_FOR_BUILD=<compiler>` to |
@@ -598,16 +598,16 @@ step via `DESTDIR`: |
598 | 598 |
|
599 | 599 | CROSS COMPILING SCHEME PROGRAMS |
600 | 600 |
|
601 | | -After a non-cross build to work on the host platform, using |
| 601 | +After getting a non-cross build to work on the host platform, using |
602 | 602 |
|
603 | 603 | make bootquick XM=<machine type> |
604 | 604 |
|
605 | 605 | or |
606 | 606 |
|
607 | 607 | zuo . bootquick <machine type> |
608 | 608 |
|
609 | | -creates a "boot" subdirectory for <machine type> containing boot file, |
610 | | -and in the process create a cross-compilation patch file as |
| 609 | +creates a "boot" subdirectory for <machine type> containing boot files |
| 610 | +and in the process creates a cross-compilation patch file as |
611 | 611 | "xc-<machine type>/s/xpatch". Loading that "xpatch" file into Chez |
612 | 612 | Scheme for the current platform changes functions like `compile-file` |
613 | 613 | and `make-boot-file` to generate code for the target <machine type>. |
0 commit comments