diff options
author | Björn Gustavsson <[email protected]> | 2016-03-17 10:08:47 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-03-17 15:22:05 +0100 |
commit | b4b74abfd0d5b22c6c2a8ba589e12df800e15e98 (patch) | |
tree | a0420d841c8715f3f3aa7669ac8b112f7e82968c /HOWTO/INSTALL.md | |
parent | 28f3bae60a4edb9432c29469f6a3c031e0859104 (diff) | |
download | otp-b4b74abfd0d5b22c6c2a8ba589e12df800e15e98.tar.gz otp-b4b74abfd0d5b22c6c2a8ba589e12df800e15e98.tar.bz2 otp-b4b74abfd0d5b22c6c2a8ba589e12df800e15e98.zip |
configure: Remove obsolete --enable-darwin-* options
Remove the options:
--enable-darwin-universal
--enable-darwin-64bit
The --enable-darwin-universal option turns on universal binaries
(Intel/PPC). It does not work on modern releases of OS X, and
OTP 19 will most not likely build on an OS X release that still
supports universal builds.
The --enable-darwin-64bit option is not needed, because 64-bit builds
are default on modern OS X releases. There is also the generic
--enable-m64-build option.
Diffstat (limited to 'HOWTO/INSTALL.md')
-rw-r--r-- | HOWTO/INSTALL.md | 2 |
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 |