Skip to content

Commit

Permalink
Configure now assumed normal doubles
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Aug 24, 2012
1 parent eba4d24 commit 85283dc
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions xcomp/README.md
Expand Up @@ -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
Expand Down

0 comments on commit 85283dc

Please sign in to comment.