summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-12-26 10:24:44 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-12-26 10:24:44 (GMT)
commit98396e721aa94c2c4fa99b15262a1d8bf1c64b5a (patch)
tree1cd872b0918258f15c8c7436db51133755339780 /doc
parent01e4a5b7e37852841b01b84117f4f26bbdbaf2d4 (diff)
downloadmxe-98396e721aa94c2c4fa99b15262a1d8bf1c64b5a.zip
mxe-98396e721aa94c2c4fa99b15262a1d8bf1c64b5a.tar.gz
mxe-98396e721aa94c2c4fa99b15262a1d8bf1c64b5a.tar.bz2
document the workaround for MacOS 10.6
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html
index 83d756c..ee42bdc 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -551,12 +551,14 @@ AR=$(CROSS)ar</pre>
<h3>MacOS 10.6</h3>
<p>
- As of September 2009,
- <a href="http://lists.gnu.org/archive/html/mingw-cross-env-list/2009-09/msg00016.html">MacOS 10.6 fails to build a vanilla GCC</a>,
- <a href="http://lists.gnu.org/archive/html/mingw-cross-env-list/2009-09/msg00013.html">let alone a GCC cross compiler</a>.
- As long as this serious defect persists in MacOS,
- mingw-cross-env will be completely unable to work there.
+ Install
+ <a href="http://developer.apple.com/TOOLS/xcode/">Xcode</a>
+ and
+ <a href="http://www.macports.org/">MacPorts</a>,
+ then run:
</p>
+ <pre>sudo port install gmake gsed scons wget gcc_select
+sudo gcc_select gcc40</pre>
<h3>Solaris</h3>