aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO/INSTALL.md
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-03-21 14:06:16 +0100
committerBjörn Gustavsson <[email protected]>2016-03-21 14:06:16 +0100
commit4695e77f9884ea92633ec0b3e3fcc3c19d357630 (patch)
tree5dcc426f33796ac4e1cac342aa2ac16361989772 /HOWTO/INSTALL.md
parentfb5d35272993e26e64245726d306c833b2d163b8 (diff)
parentb4b74abfd0d5b22c6c2a8ba589e12df800e15e98 (diff)
downloadotp-4695e77f9884ea92633ec0b3e3fcc3c19d357630.tar.gz
otp-4695e77f9884ea92633ec0b3e3fcc3c19d357630.tar.bz2
otp-4695e77f9884ea92633ec0b3e3fcc3c19d357630.zip
Merge branch 'bjorn/macosx-configure'
* bjorn/macosx-configure: configure: Remove obsolete --enable-darwin-* options
Diffstat (limited to 'HOWTO/INSTALL.md')
-rw-r--r--HOWTO/INSTALL.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md
index 43bcdb3a9e..adfc44baae 100644
--- a/HOWTO/INSTALL.md
+++ b/HOWTO/INSTALL.md
@@ -356,8 +356,6 @@ Some of the available `configure` options are:
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-darwin-universal` - Build universal binaries on darwin i386.
-* `--enable-darwin-64bit` - Build 64-bit binaries on darwin
* `--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