docs: build guide correction on PLT_SETUP_OPTIONS

This commit is contained in:
Matthew Flatt 2020-12-03 06:42:31 -07:00
parent 8ec9bf72d7
commit 6201055c7a
2 changed files with 13 additions and 10 deletions

View File

@ -272,11 +272,12 @@ under Windows, encoding-conversion, extflonum, and SSL functionality is
hobbled until native libraries from the `"racket-win32-i386"` or
`"racket-win32-x86_64"` package are installed.
On all platforms, from the top-level makefile, `JOB_OPTIONS` as a
makefile variable and `PLT_SETUP_OPTIONS` as an environment variable are
passed on to the `raco setup` that is used to build minimal-Racket
libraries. See the documentation for `raco setup` for information on the
options.
On all platforms, from the top-level makefile, the `PLT_SETUP_OPTIONS`
makefile variable is passed on to the `raco setup` that is used to build
minimal-Racket libraries. See the documentation for `raco setup` for
information on the options. (The `JOB_OPTIONS` makefile variable is also
passed on, but it is meant to be set by some makefile targets when
`CPUS` is non-empty.)
For cross compilation, add configuration options to
`CONFIGURE_ARGS="<options>"` as described in the `"README.txt"` of

View File

@ -256,11 +256,13 @@ functionality is hobbled until native libraries from the
@filepath{racket-win32-i386} or @filepath{racket-win32-x86_64} package
are installed.
On all platforms, from the top-level makefile, @exec{JOB_OPTIONS} as a
makefile variable and @exec{PLT_SETUP_OPTIONS} as an environment
variable are passed on to the @exec{raco setup} that is used to build
minimal-Racket libraries. See the documentation for @exec{raco setup}
for information on the options.
On all platforms, from the top-level makefile, the
@exec{PLT_SETUP_OPTIONS} makefile variable is passed on to the
@exec{raco setup} that is used to build minimal-Racket libraries. See
the documentation for @exec{raco setup} for information on the
options. (The @exec{JOB_OPTIONS} makefile variable is also passed on,
but it is meant to be set by some makefile targets when @exec{CPUS} is
non-empty.)
For cross compilation, add configuration options to
@exec{CONFIGURE_ARGS="@nonterm{options}"} as described in the