diff options
author | Lukas Larsson <[email protected]> | 2013-11-01 10:40:44 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-11-01 10:40:44 +0100 |
commit | 38051e02fdfd50ed90439fac50d2ce3b18860d7a (patch) | |
tree | 9272a0612f8a2520daf2200f90566bbaf1d94ec6 /xcomp/erl-xcomp.conf.template | |
parent | 3fe6080b8c277c9c6952d9bc4a306387a9324bea (diff) | |
parent | f7659aeadf2b50acc6140c62a1d1587bf0a8795c (diff) | |
download | otp-38051e02fdfd50ed90439fac50d2ce3b18860d7a.tar.gz otp-38051e02fdfd50ed90439fac50d2ce3b18860d7a.tar.bz2 otp-38051e02fdfd50ed90439fac50d2ce3b18860d7a.zip |
Merge branch 'maint'
* maint:
erts: Add max alignment posix_memalign configure check
Diffstat (limited to 'xcomp/erl-xcomp.conf.template')
-rw-r--r-- | xcomp/erl-xcomp.conf.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xcomp/erl-xcomp.conf.template b/xcomp/erl-xcomp.conf.template index 7d70332cef..ad72b7d66b 100644 --- a/xcomp/erl-xcomp.conf.template +++ b/xcomp/erl-xcomp.conf.template @@ -264,4 +264,10 @@ # system must have reliable floating point exceptions. #erl_xcomp_reliable_fpe= +# * `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. +#erl_xcomp_posix_memalign= + ## ----------------------------------------------------------------------------- |