summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-07-23 15:39:16 (GMT)
committerGitHub <noreply@github.com>2017-07-23 15:39:16 (GMT)
commit91f830570124fa787f47847f0c230a1a4c5b22bd (patch)
tree5e12ac986d2c722ad931f6a3f04608b96561f2e5 /docs
parent7d14815287c8cfe9f6149b071f67f872ffae42d5 (diff)
parent892b3376717d7be7c635137e86b27c9d9f05a4c6 (diff)
downloadmxe-91f830570124fa787f47847f0c230a1a4c5b22bd.zip
mxe-91f830570124fa787f47847f0c230a1a4c5b22bd.tar.gz
mxe-91f830570124fa787f47847f0c230a1a4c5b22bd.tar.bz2
Merge pull request #1822 from tonytheodore/binutils-2.28
binutils: update 2.25.1 --> 2.28
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/index.html b/docs/index.html
index 9eeac50..cdf4947 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -856,16 +856,6 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<h5>Certain packages have open issues on OS X</h5>
</p>
<p>
- For Xcode ≥ 8.3 install an alternate compiler to build `gcc`.
- For example, if you use Macports run:
- <pre>sudo port install gcc5
-make cmake && \
-sudo port select gcc mp-gcc5 && \
-make gcc -j4 && \
-sudo port select gcc none && \
-make -j4 -k</pre>
- </p>
- <p>
For Xcode <7.3, run:
</p>
<pre>make EXCLUDE_PKGS='nsis'</pre>