summaryrefslogtreecommitdiff
path: root/HOWTO
diff options
context:
space:
mode:
authorJohn Högberg <john@erlang.org>2021-03-03 15:07:39 +0100
committerJohn Högberg <john@erlang.org>2021-03-03 15:09:03 +0100
commit040ad49ac8255f2a83da1712290be8c974c9235b (patch)
tree39878f592ccf2321867c1b40b8f7fc77642c4b7f /HOWTO
parent415a6018985d3afddf54159e208981575f54c80b (diff)
downloaderlang-040ad49ac8255f2a83da1712290be8c974c9235b.tar.gz
otp: Don't mention the removed 'fp-exceptions' configure flag
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO/INSTALL.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md
index 3bf6be8c89..c66c220540 100644
--- a/HOWTO/INSTALL.md
+++ b/HOWTO/INSTALL.md
@@ -351,11 +351,6 @@ Some of the available `configure` options are:
`configure` scripts (parallel execution is enabled by default)
* `--{enable,disable}-kernel-poll` - Kernel poll support (enabled by
default if possible)
-* `--{enable,disable}-fp-exceptions` - Floating point exceptions (an
- optimization for floating point operations). The default differs
- depending on operating system and hardware platform. Note that by
- enabling this you might get a seemingly working system that sometimes
- fail on floating point operations.
* `--enable-m64-build` - Build 64-bit binaries using the `-m64` flag to
`(g)cc`
* `--enable-m32-build` - Build 32-bit binaries using the `-m32` flag to