libstdc++-pass2.po 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Content of: <sect1><sect1info><address>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:14
  20. #, no-wrap
  21. msgid "&gcc-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:12
  25. msgid ""
  26. "<productname>gcc-libstdc++</productname> "
  27. "<productnumber>&gcc-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:17
  32. msgid "Libstdc++ from GCC-&gcc-version;, Pass 2"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:20
  36. msgid "GCC"
  37. msgstr ""
  38. #. type: Content of: <sect1><indexterm><secondary>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:21
  40. msgid "tools, libstdc++ pass 2"
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><para>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:27
  44. msgid ""
  45. "When building <xref linkend=\"ch-tools-gcc-pass2\"/> we had to defer the "
  46. "installation of the C++ standard library because no suitable compiler was "
  47. "available to compile it. We could not use the compiler built in that section "
  48. "because it is a native compiler and should not be used outside of chroot and "
  49. "risks polluting the libraries with some host components."
  50. msgstr ""
  51. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  52. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:34
  53. msgid "&buildtime;"
  54. msgstr ""
  55. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  56. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:35
  57. msgid "&diskspace;"
  58. msgstr ""
  59. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  60. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:38
  61. msgid "&libstdcpp-tmpp2-sbu;"
  62. msgstr ""
  63. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  64. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:39
  65. msgid "&libstdcpp-tmpp2-du;"
  66. msgstr ""
  67. #. type: Content of: <sect1><sect2><title>
  68. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:46
  69. msgid "Installation of Target Libstdc++"
  70. msgstr ""
  71. #. type: Content of: <sect1><sect2><note><para>
  72. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:49
  73. msgid ""
  74. "<application>Libstdc++</application> is part of the GCC sources. You should "
  75. "first unpack the GCC tarball and change to the "
  76. "<filename>gcc-&gcc-version;</filename> directory."
  77. msgstr ""
  78. #. type: Content of: <sect1><sect2><para>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:54
  80. msgid "Create a link which exists when building libstdc++ in the gcc tree:"
  81. msgstr ""
  82. #. type: Content of: <sect1><sect2><screen>
  83. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:56
  84. #, no-wrap
  85. msgid ""
  86. "<userinput remap=\"pre\">ln -s gthr-posix.h "
  87. "libgcc/gthr-default.h</userinput>"
  88. msgstr ""
  89. #. type: Content of: <sect1><sect2><para>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:58
  91. msgid "Create a separate build directory for libstdc++ and enter it:"
  92. msgstr ""
  93. #. type: Content of: <sect1><sect2><screen>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:60
  95. #, no-wrap
  96. msgid ""
  97. "<userinput remap=\"pre\">mkdir -v build\n"
  98. "cd build</userinput>"
  99. msgstr ""
  100. #. type: Content of: <sect1><sect2><para>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:63
  102. msgid "Prepare libstdc++ for compilation:"
  103. msgstr ""
  104. #. type: Content of: <sect1><sect2><screen>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:65
  106. #, no-wrap
  107. msgid ""
  108. "<userinput remap=\"configure\">../libstdc++-v3/configure \\\n"
  109. " CXXFLAGS=\"-g -O2 -D_GNU_SOURCE\" \\\n"
  110. " --prefix=/usr \\\n"
  111. " --disable-multilib \\\n"
  112. " --disable-nls \\\n"
  113. " --disable-libstdcxx-pch</userinput>"
  114. msgstr ""
  115. #. type: Content of: <sect1><sect2><variablelist><title>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:73
  117. msgid "The meaning of the configure options:"
  118. msgstr ""
  119. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:76
  121. msgid "<parameter>CXXFLAGS=\"-g -O2 -D_GNU_SOURCE\"</parameter>"
  122. msgstr ""
  123. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:78
  125. msgid ""
  126. "These flags are passed by the top level Makefile when doing a full build of "
  127. "GCC."
  128. msgstr ""
  129. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  130. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:84
  131. msgid "<parameter>--disable-libstdcxx-pch</parameter>"
  132. msgstr ""
  133. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  134. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:86
  135. msgid ""
  136. "This switch prevents the installation of precompiled include files, which "
  137. "are not needed at this stage."
  138. msgstr ""
  139. #. type: Content of: <sect1><sect2><para>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:93
  141. msgid "Compile libstdc++ by running:"
  142. msgstr ""
  143. #. type: Content of: <sect1><sect2><screen>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:95
  145. #, no-wrap
  146. msgid "<userinput remap=\"make\">make</userinput>"
  147. msgstr ""
  148. #. type: Content of: <sect1><sect2><para>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:97
  150. msgid "Install the library:"
  151. msgstr ""
  152. #. type: Content of: <sect1><sect2><screen>
  153. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:99
  154. #, no-wrap
  155. msgid "<userinput remap=\"install\">make install</userinput>"
  156. msgstr ""
  157. #. type: Content of: <sect1><sect2><para>
  158. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/libstdc++-pass2.xml:106
  159. msgid ""
  160. "Details on this package are located in <xref linkend=\"contents-gcc\" "
  161. "role=\".\"/>"
  162. msgstr ""