diff options
author | Lukas Larsson <[email protected]> | 2018-10-18 12:07:05 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-12-03 13:36:50 +0100 |
commit | 3e6890af1d8d5ec9e7ae51bf3ed439906d43905b (patch) | |
tree | d6f1b03243744a38e1298efdd00853793b0430f1 /HOWTO/INSTALL-CROSS.md | |
parent | a2d9a51091578da0ef41fbd91b281091d20aca2b (diff) | |
download | otp-3e6890af1d8d5ec9e7ae51bf3ed439906d43905b.tar.gz otp-3e6890af1d8d5ec9e7ae51bf3ed439906d43905b.tar.bz2 otp-3e6890af1d8d5ec9e7ae51bf3ed439906d43905b.zip |
erts: Allow code_model_small to be set in xcomp setting
OTP-15473
Diffstat (limited to 'HOWTO/INSTALL-CROSS.md')
-rw-r--r-- | HOWTO/INSTALL-CROSS.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/HOWTO/INSTALL-CROSS.md b/HOWTO/INSTALL-CROSS.md index 3796bf8a59..0fb58cd4af 100644 --- a/HOWTO/INSTALL-CROSS.md +++ b/HOWTO/INSTALL-CROSS.md @@ -521,6 +521,9 @@ When a variable has been set, no warning will be issued. `posix_memalign` implementation that accepts larger than page size alignment. +* `erl_xcomp_code_model_small` - `yes|no`. Default to `no`. If `yes`, the target + system must place the beam.smp executable in the lower 2 GB of memory. That is it + should not use position independent executable. [$ERL_TOP/HOWTO/INSTALL.md]: INSTALL.md |