diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-26 22:03:06 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-26 22:03:06 +0000 |
commit | 28db75533e785dbbbfef007c93ce87764bba08e6 (patch) | |
tree | 9082b87e7e3522033252e8838efd0c1afc9bed42 | |
parent | 1bf460ed98d7194d6d4260e763b7e98fdc5c93f9 (diff) |
explained why we mkdir ../binutils-build
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1641 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/binutils-exp.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/binutils-exp.xml b/chapter05/binutils-exp.xml index eb23e2151..c78a2519c 100644 --- a/chapter05/binutils-exp.xml +++ b/chapter05/binutils-exp.xml @@ -1,6 +1,11 @@ <sect2> <title>Command explanations</title> +<para><userinput>mkdir ../binutils-build:</userinput> The installation +instructions for Binutils recommend creating a seperate build directory +instead of compiling the package inside the source tree. So, we create a +binutils-buildd directory and work from there.</para> + <para><userinput>--disable-nls:</userinput> This option disabled internationalization (also known as i18n). We don't need this for our static programs and nls often causes problems when you're linking |