aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass2.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-06-30 22:28:30 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-06-30 22:28:30 +0000
commit1ff8d777868136dd00f1fd8b69c2b4f9952eaddf (patch)
tree9538e771b25aef178e70e866fb631bf19d3dfafa /chapter05/gcc-pass2.xml
parent936b292a2d72ecb27f6e061d30e0952335c4cc39 (diff)
Update to man-db-2.6.5
Update to linux-3.9.8 Update to xz-5.0.5 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10299 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r--chapter05/gcc-pass2.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml
index a370daf71..310abb457 100644
--- a/chapter05/gcc-pass2.xml
+++ b/chapter05/gcc-pass2.xml
@@ -107,8 +107,7 @@ cd ../gcc-build</userinput></screen>
<para>Now prepare GCC for compilation:</para>
-<screen><userinput remap="configure">
-CC=$LFS_TGT-gcc \
+<screen><userinput remap="configure">CC=$LFS_TGT-gcc \
CXX=$LFS_TGT-g++ \
AR=$LFS_TGT-ar \
RANLIB=$LFS_TGT-ranlib \