diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-09 18:40:39 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-09 18:40:39 +0000 |
commit | fa4008a8ebed7f60184eab3ed40082cb96f946af (patch) | |
tree | dcb04be72c89efb8016c712a373f32419f0fffb5 /chapter06/gcc-inst.xml | |
parent | 4bd86d48fced6c45769b62f8ae974662e7fdb0d6 (diff) |
fixed typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc-inst.xml')
-rw-r--r-- | chapter06/gcc-inst.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index e76d3ee8b..488544d18 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -15,8 +15,7 @@ who actively work on LFS.</para> <userinput>mkdir ../gcc-build &&</userinput> <userinput>cd ../gcc-build &&</userinput> <userinput>../gcc-&gcc-version;/configure --prefix=/usr \</userinput> -<userinput> --enable-shared - --enable-languages=c,c++ &&</userinput> +<userinput> --enable-shared -enable-languages=c,c++ &&</userinput> <userinput>make bootstrap &&</userinput> <userinput>make install</userinput></screen></para> |