diff options
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 3 |
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 \ |