binutils-pass1.po 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  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/chapter05/binutils-pass1.xml:14
  20. #, no-wrap
  21. msgid "&binutils-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:12
  25. msgid ""
  26. "<productname>binutils-pass1</productname> "
  27. "<productnumber>&binutils-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:17
  32. msgid "Binutils-&binutils-version; - Pass 1"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:20
  36. msgid "Binutils"
  37. msgstr ""
  38. #. type: Content of: <sect1><indexterm><secondary>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:21
  40. msgid "tools, pass 1"
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:32
  44. msgid "&buildtime;"
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:33
  48. msgid "&diskspace;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:36
  52. msgid "&binutils-tmpp1-sbu;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:37
  56. msgid "&binutils-tmpp1-du;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:44
  60. msgid "Installation of Cross Binutils"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><note><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:46
  64. msgid ""
  65. "Go back and re-read the notes in the previous section. Understanding the "
  66. "notes labeled important will save you a lot of problems later."
  67. msgstr ""
  68. #. type: Content of: <sect1><sect2><para>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:50
  70. msgid ""
  71. "It is important that Binutils be the first package compiled because both "
  72. "Glibc and GCC perform various tests on the available linker and assembler to "
  73. "determine which of their own features to enable."
  74. msgstr ""
  75. #. type: Content of: <sect1><sect2><para>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:55
  77. msgid ""
  78. "The Binutils documentation recommends building Binutils in a dedicated build "
  79. "directory:"
  80. msgstr ""
  81. #. type: Content of: <sect1><sect2><screen>
  82. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:58
  83. #, no-wrap
  84. msgid ""
  85. "<userinput remap=\"pre\">mkdir -v build\n"
  86. "cd build</userinput>"
  87. msgstr ""
  88. #. type: Content of: <sect1><sect2><note><para>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:62
  90. msgid ""
  91. "In order for the SBU values listed in the rest of the book to be of any use, "
  92. "measure the time it takes to build this package from the configuration, up "
  93. "to and including the first install. To achieve this easily, wrap the "
  94. "commands in a <command>time</command> command like this: <userinput>time { "
  95. "./configure ... &amp;&amp; make &amp;&amp; make install; }</userinput>."
  96. msgstr ""
  97. #. type: Content of: <sect1><sect2><para>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:70
  99. msgid "Now prepare Binutils for compilation:"
  100. msgstr ""
  101. #. type: Content of: <sect1><sect2><screen>
  102. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:72
  103. #, no-wrap
  104. msgid ""
  105. "<userinput remap=\"configure\">../configure --prefix=$LFS/tools \\\n"
  106. " --with-sysroot=$LFS \\\n"
  107. " --target=$LFS_TGT \\\n"
  108. " --disable-nls \\\n"
  109. " --disable-werror</userinput>"
  110. msgstr ""
  111. #. type: Content of: <sect1><sect2><variablelist><title>
  112. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:79
  113. msgid "The meaning of the configure options:"
  114. msgstr ""
  115. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:82
  117. msgid "<parameter>--prefix=$LFS/tools</parameter>"
  118. msgstr ""
  119. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:84
  121. msgid ""
  122. "This tells the configure script to prepare to install the binutils programs "
  123. "in the <filename class=\"directory\">$LFS/tools</filename> directory."
  124. msgstr ""
  125. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:91
  127. msgid "<parameter>--with-sysroot=$LFS</parameter>"
  128. msgstr ""
  129. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  130. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:93
  131. msgid ""
  132. "For cross compilation, this tells the build system to look in $LFS for the "
  133. "target system libraries as needed."
  134. msgstr ""
  135. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:99
  137. msgid "<envar>--target=$LFS_TGT</envar>"
  138. msgstr ""
  139. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:101
  141. msgid ""
  142. "Because the machine description in the <envar>LFS_TGT</envar> variable is "
  143. "slightly different than the value returned by the "
  144. "<command>config.guess</command> script, this switch will tell the "
  145. "<command>configure</command> script to adjust binutil's build system for "
  146. "building a cross linker."
  147. msgstr ""
  148. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:110
  150. msgid "<parameter>--disable-nls</parameter>"
  151. msgstr ""
  152. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  153. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:112
  154. msgid ""
  155. "This disables internationalization as i18n is not needed for the temporary "
  156. "tools."
  157. msgstr ""
  158. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  159. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:118
  160. msgid "<parameter>--disable-werror</parameter>"
  161. msgstr ""
  162. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  163. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:120
  164. msgid ""
  165. "This prevents the build from stopping in the event that there are warnings "
  166. "from the host's compiler."
  167. msgstr ""
  168. #. type: Content of: <sect1><sect2><para>
  169. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:127
  170. msgid "Continue with compiling the package:"
  171. msgstr ""
  172. #. type: Content of: <sect1><sect2><screen>
  173. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:129
  174. #, no-wrap
  175. msgid "<userinput remap=\"make\">make</userinput>"
  176. msgstr ""
  177. #. type: Content of: <sect1><sect2><para>
  178. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:131
  179. msgid "Install the package:"
  180. msgstr ""
  181. #. type: Content of: <sect1><sect2><screen>
  182. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:133
  183. #, no-wrap
  184. msgid "<userinput remap=\"install\">make install</userinput>"
  185. msgstr ""
  186. #. type: Content of: <sect1><sect2><para>
  187. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:140
  188. msgid ""
  189. "Details on this package are located in <xref linkend=\"contents-binutils\" "
  190. "role=\".\"/>"
  191. msgstr ""