Skip to content

Commit

Permalink
INSTALL.md: Update information about MacOS X
Browse files Browse the repository at this point in the history
* Bump version number of Lion.
* We no longer run tests on Tiger.
* Mark the information about building universal binaries as
  obsolete.
  • Loading branch information
bjorng committed Mar 28, 2012
1 parent e93c9db commit 5d20526
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions INSTALL.md
Expand Up @@ -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
Expand Down Expand Up @@ -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`).

Expand All @@ -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
Expand Down

0 comments on commit 5d20526

Please sign in to comment.