1234567891011121314151617181920212223242526272829303132333435363738 |
- msgid ""
- msgstr ""
- "X-Pootle-Revision: 9999999\n"
- "X-Pootle-Path: /zh_CN/lfs/chapter05/introduction.po\n"
- "Project-Id-Version: PACKAGE VERSION\n"
- "POT-Creation-Date: 2020-08-08 19:28+0800\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "Language: zh_CN\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- #. type: Content of: <sect1><title>
- msgid "Introduction"
- msgstr "概述"
- #. type: Content of: <sect1><para>
- msgid ""
- "This chapter shows how to build a cross-compiler and its associated tools. "
- "Although here cross-compilation is faked, the principles are the same as for "
- "a real cross-toolchain."
- msgstr ""
- "本章展示如何构建交叉编译器和相关工具。尽管本书中的交叉编译是伪装的,但其原理"
- "和构建真实的交叉工具链是一致的。"
- #. type: Content of: <sect1><para>
- msgid ""
- "The programs compiled in this chapter will be installed under the <filename "
- "class=\"directory\">$LFS/tools</filename> directory to keep them separate "
- "from the files installed in the following chapters. The libraries, on the "
- "other hand, are installed into their final place, since they pertain to the "
- "system we want to build."
- msgstr ""
- "本章中编译的程序会被安装在 <filename class=\"directory\">$LFS/tools</"
- "filename> 目录中,以将它们和后续章节中安装的文件分开。但是,本章中编译的库会"
- "被安装到它们的最终位置,因为这些库在我们最终要构建的系统中也存在。"
|