diff options
author | Björn Gustavsson <[email protected]> | 2012-03-28 11:36:15 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-03-28 14:48:45 +0200 |
commit | 5d2052684da2c36bc6101b3992d2feee42ac7282 (patch) | |
tree | 250443c64ecfd3bdc56fab3ecb72f2bd9102ab60 | |
parent | e93c9db144d3c9ffe032d0d316c31f9750b21739 (diff) | |
download | otp-5d2052684da2c36bc6101b3992d2feee42ac7282.tar.gz otp-5d2052684da2c36bc6101b3992d2feee42ac7282.tar.bz2 otp-5d2052684da2c36bc6101b3992d2feee42ac7282.zip |
INSTALL.md: Update information about MacOS X
* Bump version number of Lion.
* We no longer run tests on Tiger.
* Mark the information about building universal binaries as
obsolete.
-rw-r--r-- | INSTALL.md | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md index 34868143db..a95b0a327d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -63,7 +63,7 @@ At Ericsson we have a "Daily Build and Test" that runs on: * x86 * OpenBSD 5.0 * x86\_64 -* Mac OS X 10.5.8 (Leopard), 10.6.0 (Snow Leopard), 10.7.2 (Lion) +* Mac OS X 10.5.8 (Leopard), 10.6.0 (Snow Leopard), 10.7.3 (Lion) * x86 * Windows XP SP3, 2003, Vista, 7 * x86 @@ -645,9 +645,6 @@ Use `hipe:help_options/0` to print out the available options. Mac OS X (Darwin) ----------------- -We test Mac OS X 10.4.11 (Tiger) and Mac OS X 10.5.x (Leopard) in our daily -builds (but only on Intel processors). - Make sure that the command `hostname` returns a valid fully qualified host name (this is configured in `/etc/hostconfig`). @@ -656,6 +653,15 @@ If you develop linked-in drivers (shared library) you need to link using include `-fno-common` in `CFLAGS` when compiling. Use `.so` as the library suffix. +Use the `--enable-darwin-64bit` configure flag to build a 64-bit +binaries on Mac OS X. + +Building universal binaries on Mac OS X (obsolete information) +-------------------------------------------------------------- + +(This information was written when Mac OS X Leopard was the current +release. It may no longer work.) + Universal 32bit binaries can be built on an Intel Mac using the `--enable-darwin-universal` configure option. There still may occur problems with certain applications using this option, but the base |