Ticket #3659: ch05-libstdc++.xml.patch
File ch05-libstdc++.xml.patch, 711 bytes (added by , 10 years ago) |
---|
-
chapter05/libstdc++.xml
old new 6 6 ]> 7 7 8 8 <sect1 id="ch-tools-libstdcpp" role="wrap"> 9 <?dbhtml filename=" gcc-libstdc++.html"?>9 <?dbhtml filename="libstdc++.html"?> 10 10 11 11 <sect1info condition="script"> 12 12 <productname>libstdc++</productname> … … 50 50 51 51 <para>Create a directory for Libstdc++ and enter it:</para> 52 52 53 <screen><userinput remap="pre">mkdir -pv ../ gcc-build54 cd ../ gcc-build</userinput></screen>53 <screen><userinput remap="pre">mkdir -pv ../libstdc++-build 54 cd ../libstdc++-build</userinput></screen> 55 55 56 56 <para>Prepare Libstdc++ for compilation:</para> 57 57