diff options
Diffstat (limited to 'chapter06/gcc-inst.xml')
-rw-r--r-- | chapter06/gcc-inst.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index b65465afa..474455134 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -6,7 +6,6 @@ Install GCC by running the following commands: </para> <blockquote><literallayout> - <userinput>mkdir /usr/src/gcc-build &&</userinput> <userinput>cd /usr/src/gcc-build &&</userinput> <userinput>../gcc-2.95.2.1/configure --prefix=/usr \</userinput> @@ -16,7 +15,6 @@ Install GCC by running the following commands: --enable-languages=c,c++ &&</userinput> <userinput>make bootstrap &&</userinput> <userinput>make install</userinput> - </literallayout></blockquote> </sect2> |