aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/libstdc++.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2016-01-27 21:49:38 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2016-01-27 21:49:38 +0000
commitf1dd5475c93b2464957212d8e81b94d5b5af9630 (patch)
tree3bbe56582df3369e3cba8ded3acb77ab9009958c /chapter05/libstdc++.xml
parente408cb05608c2d009b2685f8302ef2a692c00266 (diff)
Move external build directories into dedicated build directories inside the
source tree for binutils, gcc, and glibc. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10991 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/libstdc++.xml')
-rw-r--r--chapter05/libstdc++.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml
index 365babb3a..f3ac79de6 100644
--- a/chapter05/libstdc++.xml
+++ b/chapter05/libstdc++.xml
@@ -48,14 +48,14 @@
<filename>gcc-&gcc-version;</filename> directory.</para>
</note>
- <para>Create a directory for Libstdc++ and enter it:</para>
+ <para>Create a separate build directory for Libstdc++ and enter it:</para>
-<screen><userinput remap="pre">mkdir -v ../gcc-build
-cd ../gcc-build</userinput></screen>
+<screen><userinput remap="pre">mkdir -v build
+cd build</userinput></screen>
<para>Prepare Libstdc++ for compilation:</para>
-<screen><userinput remap="configure">../gcc-&gcc-version;/libstdc++-v3/configure \
+<screen><userinput remap="configure">../libstdc++-v3/configure \
--host=$LFS_TGT \
--prefix=/tools \
--disable-multilib \