binutils-pass1.po 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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-18 09:37+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> <productnumber>&binutils-version;</"
  27. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  28. msgstr ""
  29. #. type: Content of: <sect1><title>
  30. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:17
  31. msgid "Binutils-&binutils-version; - Pass 1"
  32. msgstr ""
  33. #. type: Content of: <sect1><indexterm><primary>
  34. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:20
  35. msgid "Binutils"
  36. msgstr ""
  37. #. type: Content of: <sect1><indexterm><secondary>
  38. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:21
  39. msgid "tools, pass 1"
  40. msgstr ""
  41. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  42. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:32
  43. msgid "&buildtime;"
  44. msgstr ""
  45. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  46. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:33
  47. msgid "&diskspace;"
  48. msgstr ""
  49. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  50. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:36
  51. msgid "&binutils-tmpp1-sbu;"
  52. msgstr ""
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:37
  55. msgid "&binutils-tmpp1-du;"
  56. msgstr ""
  57. #. type: Content of: <sect1><sect2><title>
  58. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:44
  59. msgid "Installation of Cross Binutils"
  60. msgstr ""
  61. #. type: Content of: <sect1><sect2><note><para>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:46
  63. msgid ""
  64. "Go back and re-read the notes in the section titled <xref linkend=\"ch-tools-"
  65. "generalinstructions\"/>. Understanding the notes labeled important can save "
  66. "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:51
  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:56
  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:59
  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:63
  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:71
  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:73
  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:80
  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:83
  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:85
  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:92
  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:94
  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:100
  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:102
  141. msgid ""
  142. "Because the machine description in the <envar>LFS_TGT</envar> variable is "
  143. "slightly different than the value returned by the <command>config.guess</"
  144. "command> script, this switch will tell the <command>configure</command> "
  145. "script to adjust binutil's build system for building a cross linker."
  146. msgstr ""
  147. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:111
  149. msgid "<parameter>--disable-nls</parameter>"
  150. msgstr ""
  151. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:113
  153. msgid ""
  154. "This disables internationalization as i18n is not needed for the temporary "
  155. "tools."
  156. msgstr ""
  157. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  158. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:119
  159. msgid "<parameter>--disable-werror</parameter>"
  160. msgstr ""
  161. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  162. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:121
  163. msgid ""
  164. "This prevents the build from stopping in the event that there are warnings "
  165. "from the host's compiler."
  166. msgstr ""
  167. #. type: Content of: <sect1><sect2><para>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:128
  169. msgid "Continue with compiling the package:"
  170. msgstr ""
  171. #. type: Content of: <sect1><sect2><screen>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:130
  173. #, no-wrap
  174. msgid "<userinput remap=\"make\">make</userinput>"
  175. msgstr ""
  176. #. type: Content of: <sect1><sect2><para>
  177. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:132
  178. msgid "Install the package:"
  179. msgstr ""
  180. #. type: Content of: <sect1><sect2><screen>
  181. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:134
  182. #, no-wrap
  183. msgid "<userinput remap=\"install\">make install</userinput>"
  184. msgstr ""
  185. #. type: Content of: <sect1><sect2><para>
  186. #: /home/xry111/svn-repos/LFS-BOOK/chapter05/binutils-pass1.xml:141
  187. msgid ""
  188. "Details on this package are located in <xref linkend=\"contents-binutils\" "
  189. "role=\".\"/>"
  190. msgstr ""