diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-08-24 13:02:18 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-08-24 13:02:18 +0200 |
commit | 763a00a98d076ab170073db1134244888bf35f12 (patch) | |
tree | 00a061d71da4624aeec872aebe42ec316bd0a5c0 /chapter05 | |
parent | df732b51c063da5200ac0ce648cf284f67596125 (diff) |
Fix spacing of backslashes in binutils-pass1
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass1.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 807080812..e17c2fc92 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -70,10 +70,10 @@ cd build</userinput></screen> <para>Now prepare Binutils for compilation:</para> -<screen><userinput remap="configure">../configure --prefix=$LFS/tools \ - --with-sysroot=$LFS \ - --target=$LFS_TGT \ - --disable-nls \ + <screen><userinput remap="configure">../configure --prefix=$LFS/tools \ + --with-sysroot=$LFS \ + --target=$LFS_TGT \ + --disable-nls \ --disable-werror</userinput></screen> <variablelist> |