binutils-pass2.po 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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/chapter06/binutils-pass2.xml:14
  20. #, no-wrap
  21. msgid "&binutils-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:12
  25. msgid ""
  26. "<productname>binutils-pass2</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/chapter06/binutils-pass2.xml:17
  32. msgid "Binutils-&binutils-version; - Pass 2"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:20
  36. msgid "Binutils"
  37. msgstr ""
  38. #. type: Content of: <sect1><indexterm><secondary>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:21
  40. msgid "tools, pass 2"
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:32
  44. msgid "&buildtime;"
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:33
  48. msgid "&diskspace;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:36
  52. msgid "&binutils-tmpp2-sbu;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:37
  56. msgid "&binutils-tmpp2-du;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:44
  60. msgid "Installation of Binutils"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:46
  64. msgid "Create a separate build directory again:"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:48
  68. #, no-wrap
  69. msgid ""
  70. "<userinput remap=\"pre\">mkdir -v build\n"
  71. "cd build</userinput>"
  72. msgstr ""
  73. #. type: Content of: <sect1><sect2><para>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:51
  75. msgid "Prepare Binutils for compilation:"
  76. msgstr ""
  77. #. type: Content of: <sect1><sect2><screen>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:53
  79. #, no-wrap
  80. msgid ""
  81. "<userinput remap=\"configure\">../configure \\\n"
  82. " --prefix=/usr \\\n"
  83. " --build=$(../config.guess) \\\n"
  84. " --host=$LFS_TGT \\\n"
  85. " --disable-nls \\\n"
  86. " --enable-shared \\\n"
  87. " --disable-werror \\\n"
  88. " --enable-64-bit-bfd</userinput>"
  89. msgstr ""
  90. #. type: Content of: <sect1><sect2><variablelist><title>
  91. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:63
  92. msgid "The meaning of the new configure options:"
  93. msgstr ""
  94. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  95. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:66
  96. msgid "<parameter>--enable-shared</parameter>"
  97. msgstr ""
  98. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  99. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:68
  100. msgid ""
  101. "Builds <filename class=\"libraryfile\">libbfd</filename> as a shared "
  102. "library."
  103. msgstr ""
  104. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:75
  106. msgid "<parameter>--enable-64-bit-bfd</parameter>"
  107. msgstr ""
  108. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:77
  110. msgid ""
  111. "Enables 64-bit support (on hosts with narrower word sizes). May not be "
  112. "needed on 64-bit systems, but does no harm."
  113. msgstr ""
  114. #. type: Content of: <sect1><sect2><para>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:84
  116. msgid "Compile the package:"
  117. msgstr ""
  118. #. type: Content of: <sect1><sect2><screen>
  119. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:86
  120. #, no-wrap
  121. msgid "<userinput remap=\"make\">make</userinput>"
  122. msgstr ""
  123. #. type: Content of: <sect1><sect2><para>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:88
  125. msgid "Install the package:"
  126. msgstr ""
  127. #. type: Content of: <sect1><sect2><screen>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:90
  129. #, no-wrap
  130. msgid "<userinput remap=\"install\">make DESTDIR=$LFS install</userinput>"
  131. msgstr ""
  132. #. type: Content of: <sect1><sect2><para>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/binutils-pass2.xml:97
  134. msgid ""
  135. "Details on this package are located in <xref linkend=\"contents-binutils\" "
  136. "role=\".\"/>"
  137. msgstr ""