aboutsummaryrefslogtreecommitdiffstats
path: root/xcomp
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2012-08-24 12:02:39 +0200
committerLukas Larsson <[email protected]>2012-08-24 12:02:39 +0200
commit85283dc19ceea2905ff39aa0615d1a99d7aea16c (patch)
tree5f3bcda5c5e132efee203af6a4ccc7bb66e2af02 /xcomp
parenteba4d247740189c3b8045edeaf8224651e77a3e0 (diff)
downloadotp-85283dc19ceea2905ff39aa0615d1a99d7aea16c.tar.gz
otp-85283dc19ceea2905ff39aa0615d1a99d7aea16c.tar.bz2
otp-85283dc19ceea2905ff39aa0615d1a99d7aea16c.zip
Configure now assumed normal doubles
Diffstat (limited to 'xcomp')
-rw-r--r--xcomp/README.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/xcomp/README.md b/xcomp/README.md
index 98e71d5962..ec6d640d62 100644
--- a/xcomp/README.md
+++ b/xcomp/README.md
@@ -430,13 +430,9 @@ When a variable has been set, no warning will be issued.
`configure` will fail unless this variable is set. Since no default
value is used, `configure` will try to figure this out automatically.
-* `erl_xcomp_double_middle` - `yes|no`. No default. If `yes`, the
- target system must have doubles in "middle-endian" format. If
- `no`, it has "regular" endianness. This can often be automatically
- detected, but not always. If not automatically detected,
- `configure` will fail unless this variable is set. Since no
- default value is used, `configure` will try to figure this out
- automatically.
+* `erl_xcomp_double_middle` - `yes|no`. Defaults to `no`.
+ If `yes`, the target system must have doubles in "middle-endian" format. If
+ `no`, it has "regular" endianness.
* `erl_xcomp_clock_gettime_cpu_time` - `yes|no`. Defaults to `no`. If `yes`,
the target system must have a working `clock_gettime()` implementation