diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-11-24 15:59:58 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-11-24 15:59:58 +0000 |
commit | 3e4168b8c67c477a0b0d77a0c908630ed647d262 (patch) | |
tree | 9fe4de7f3dd9da915c10e7b59b3dfb6c798a597a | |
parent | d0d3fe0cce1b6b925b892a1648682f6cfa0d1b0b (diff) |
web commit by shakthimaan
-rw-r--r-- | hurd/building/cross-compiling.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hurd/building/cross-compiling.mdwn b/hurd/building/cross-compiling.mdwn index 9a711523..4d4b94d3 100644 --- a/hurd/building/cross-compiling.mdwn +++ b/hurd/building/cross-compiling.mdwn @@ -204,11 +204,15 @@ should be in place now.* The following Makefile has been written to automate the above steps. You will require Internet connection and atleast 1.5 GB of hard-disk spaace. Just run: +<pre> make +</pre> to build the toolchain. To clean-up, use: +<pre> make clean +</pre> <pre> # "HurdToolchainMakefile" - a Makefile for setting up Hurd toolchain builds |