aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/binutils-pass1.xml
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 22:40:16 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 22:40:16 +0200
commitc6f58f47bdce93f07da86485fc3bddc39654a2a8 (patch)
treedff0742e817d318ac550e1adcaf5b8971fe37f94 /chapter05/binutils-pass1.xml
parent2c8fdfc1654e5c1f30ec7f1104a8ca634ed9ed73 (diff)
parent8e6babecd0d75542a01eedfde32556879733f842 (diff)
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter05/binutils-pass1.xml')
-rw-r--r--chapter05/binutils-pass1.xml8
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>