summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-30 01:41:51 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-30 01:41:51 (EDT)
commitad7e5ba28f939611a8b298768167c7179a6f7466 (patch)
treec75e24af35ce181ab09da0eba8ec7d3f704b757d
parent7793027fb2e7d344ffa20c255a355c1ec7dc14fe (diff)
Specify multiarch *cross* toolchains.
-rwxr-xr-xdev.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev.html b/dev.html
index 0e1d76c..9d02d26 100755
--- a/dev.html
+++ b/dev.html
@@ -82,5 +82,5 @@
<p>Basically, the tool would fetch from the package archive the index of packages, determine which packages need to be installed, download each package, and unpack each package. Since the package manager may not be available, the tool must handle dependency resolution and package unpacking on its own.</p>
<p>We can't use debootstrap, since the formats of our binary packages and package archives differ slightly from those of Debian. But we can model our tool after debootstrap or even just fork debootstrap.</p>
<h3>Package Cross Building Tool</h3>
-<h3>Multiarch Toolchain Packages</h3>
+<h3>Multiarch Cross Toolchain Packages</h3>
<!--#include file="includes/footer.html" -->