diff options
Diffstat (limited to 'hurd')
-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 |