diff options
author | Lukas Larsson <[email protected]> | 2013-11-01 10:40:29 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-11-01 10:40:29 +0100 |
commit | f7659aeadf2b50acc6140c62a1d1587bf0a8795c (patch) | |
tree | dd5e240b61781a95536f48bc59018ba4af7c023e /HOWTO/INSTALL-CROSS.md | |
parent | 492b8682fdb46f93c0da16e44051787fc064f530 (diff) | |
parent | 70ebf76f1cef4a6de6be3ea96b36fb81fe245921 (diff) | |
download | otp-f7659aeadf2b50acc6140c62a1d1587bf0a8795c.tar.gz otp-f7659aeadf2b50acc6140c62a1d1587bf0a8795c.tar.bz2 otp-f7659aeadf2b50acc6140c62a1d1587bf0a8795c.zip |
Merge branch 'lukas/erts/openbsd-posix-memalign-fix/OTP-11371' into maint
* lukas/erts/openbsd-posix-memalign-fix/OTP-11371:
erts: Add max alignment posix_memalign configure check
Diffstat (limited to 'HOWTO/INSTALL-CROSS.md')
-rw-r--r-- | HOWTO/INSTALL-CROSS.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/HOWTO/INSTALL-CROSS.md b/HOWTO/INSTALL-CROSS.md index a5cf775583..03ea4c6e76 100644 --- a/HOWTO/INSTALL-CROSS.md +++ b/HOWTO/INSTALL-CROSS.md @@ -515,6 +515,11 @@ When a variable has been set, no warning will be issued. * `erl_xcomp_reliable_fpe` - `yes|no`. Defaults to `no`. If `yes`, the target system must have reliable floating point exceptions. +* `erl_xcomp_posix_memalign` - `yes|no`. Defaults to `yes` if `posix_memalign` + system call exists; otherwise `no`. If `yes`, the target system must have a + `posix_memalign` implementation that accepts larger than page size + alignment. + Copyright and License --------------------- |