summaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html
index 9f367ce..4964418 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -398,6 +398,10 @@ AR=$(CROSS)ar</pre>
<td></td>
</tr>
<tr>
+ <td>LibC for 32-bit</td>
+ <td></td>
+ </tr>
+ <tr>
<td><a href="http://gcc.gnu.org/">GCC</a> (gcc, g++)</td>
<td></td>
</tr>
@@ -445,6 +449,11 @@ AR=$(CROSS)ar</pre>
<pre>aptitude install -R bash bzip2 g++ make sed openssl patch \
perl scons unzip wget</pre>
+ <p>
+ On a 64-bit system, install also:
+ </p>
+ <pre>aptitude install -R gcc-multilib</pre>
+
<h3>FreeBSD</h3>
<pre>pkg_add -r bash gmake gsed perl scons unzip wget</pre>
@@ -453,6 +462,11 @@ AR=$(CROSS)ar</pre>
<pre>pacman-g2 -S scons</pre>
+ <p>
+ On a 64-bit system, install also:
+ </p>
+ <pre>pacman-g2 -S libgcc-emul</pre>
+
<h3>MacOS X</h3>
<p>