6,7 → 6,7 |
msgid "" |
msgstr "" |
"Project-Id-Version: \n" |
"POT-Creation-Date: 2018-07-14 14:05+0000\n" |
"POT-Creation-Date: 2018-06-12 20:02+0000\n" |
"PO-Revision-Date: 2018-06-13 07:47+0000\n" |
"Last-Translator: roptat <roptat@lepiller.eu>\n" |
"Language-Team: LANGUAGE <LL@li.org>\n" |
274,6 → 274,9 |
|
#. type: Content of: <sect1><sect2><para> |
#: lfs-en/chapter06/gcc.xml:123 |
#| msgid "" |
#| "Results can be compared with those located at <ulink url=\"&test-results;" |
#| "\"/> and <ulink url=\"http://gcc.gnu.org/ml/gcc-testresults/\"/>." |
msgid "" |
"Results can be compared with those located at <ulink url=\"&test-results;\"/" |
"> and <ulink url=\"https://gcc.gnu.org/ml/gcc-testresults/\"/>." |
299,19 → 302,11 |
|
#. type: Content of: <sect1><sect2><note><para> |
#: lfs-en/chapter06/gcc.xml:135 |
#, fuzzy |
#| msgid "" |
#| "On some combinations of kernel configuration and AMD processors there may " |
#| "be more than 1100 failures in the gcc.target/i386/mpx tests (which are " |
#| "designed to test the MPX option on recent Intel processors). These can " |
#| "safely be ignored on AMD processors." |
msgid "" |
"On some combinations of kernel configuration and AMD processors there may be " |
"more than 1100 failures in the gcc.target/i386/mpx tests (which are designed " |
"to test the MPX option on recent Intel processors). These can safely be " |
"ignored on AMD processors. These tests will also fail on Intel processors if " |
"MPX support is not enabled in the kernel even though it is present on the " |
"CPU." |
"ignored on AMD processors." |
msgstr "" |
"Certaines combinaisons de configuration du noyau et les processeurs AMD " |
"peuvent avoir plus de 1100 échecs dans les tests gcc.target/i386/mpx (qui " |
319,35 → 314,39 |
"peuvent être ignorés sans problème sur les processeurs AMD." |
|
#. type: Content of: <sect1><sect2><para> |
#: lfs-en/chapter06/gcc.xml:143 |
#: lfs-en/chapter06/gcc.xml:142 |
msgid "Install the package:" |
msgstr "Installez le paquet :" |
|
#. type: Content of: <sect1><sect2><screen> |
#: lfs-en/chapter06/gcc.xml:145 |
#: lfs-en/chapter06/gcc.xml:144 |
#, no-wrap |
msgid "<userinput remap=\"install\">make install</userinput>" |
msgstr "<userinput remap=\"install\">make install</userinput>" |
|
#. type: Content of: <sect1><sect2><para> |
#: lfs-en/chapter06/gcc.xml:147 |
#: lfs-en/chapter06/gcc.xml:146 |
#| msgid "" |
#| "Create a symlink required by the <ulink url=\"http://refspecs." |
#| "linuxfoundation.org/FHS_3.0/fhs/ch03s09.html\">FHS</ulink> for " |
#| "\"historical\" reasons." |
msgid "" |
"Create a symlink required by the <ulink url=\"https://refspecs." |
"linuxfoundation.org/FHS_3.0/fhs/ch03s09.html\">FHS</ulink> for \"historical" |
"\" reasons." |
msgstr "" |
"Créez un lien symbolique requis par le <ulink url=\"https://refspecs." |
"linuxfoundation.org/FHS_3.0/fhs/ch03s09.html\">FHS</ulink> pour des raisons " |
"« historiques »." |
"Créez un lien symbolique requis par le <ulink url=\"" |
"https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s09.html\">FHS</ulink> " |
"pour des raisons « historiques »." |
|
#. type: Content of: <sect1><sect2><screen> |
#: lfs-en/chapter06/gcc.xml:151 |
#: lfs-en/chapter06/gcc.xml:150 |
#, no-wrap |
msgid "<userinput remap=\"install\">ln -sv ../usr/bin/cpp /lib</userinput>" |
msgstr "<userinput remap=\"install\">ln -sv ../usr/bin/cpp /lib</userinput>" |
|
#. type: Content of: <sect1><sect2><para> |
#: lfs-en/chapter06/gcc.xml:153 |
#: lfs-en/chapter06/gcc.xml:152 |
msgid "" |
"Many packages use the name <command>cc</command> to call the C compiler. To " |
"satisfy those packages, create a symlink:" |
356,13 → 355,13 |
"compilateur C. Pour satisfaire ces paquets, créez un lien symbolique :" |
|
#. type: Content of: <sect1><sect2><screen> |
#: lfs-en/chapter06/gcc.xml:156 |
#: lfs-en/chapter06/gcc.xml:155 |
#, no-wrap |
msgid "<userinput remap=\"install\">ln -sv gcc /usr/bin/cc</userinput>" |
msgstr "<userinput remap=\"install\">ln -sv gcc /usr/bin/cc</userinput>" |
|
#. type: Content of: <sect1><sect2><para> |
#: lfs-en/chapter06/gcc.xml:158 |
#: lfs-en/chapter06/gcc.xml:157 |
msgid "" |
"Add a compatibility symlink to enable building programs with Link Time " |
"Optimization (LTO):" |
371,7 → 370,7 |
"de programmes avec Link Time Optimization (LTO):" |
|
#. type: Content of: <sect1><sect2><screen> |
#: lfs-en/chapter06/gcc.xml:161 |
#: lfs-en/chapter06/gcc.xml:160 |
#, no-wrap |
msgid "" |
"<userinput remap=\"install\">install -v -dm755 /usr/lib/bfd-plugins\n" |
383,7 → 382,7 |
" /usr/lib/bfd-plugins/</userinput>" |
|
#. type: Content of: <sect1><sect2><para> |
#: lfs-en/chapter06/gcc.xml:165 |
#: lfs-en/chapter06/gcc.xml:164 |
msgid "" |
"Now that our final toolchain is in place, it is important to again ensure " |
"that compiling and linking will work as expected. We do this by performing " |
395,7 → 394,7 |
"faits plus haut dans ce chapitre :" |
|
#. type: Content of: <sect1><sect2><screen> |
#: lfs-en/chapter06/gcc.xml:193 |
#: lfs-en/chapter06/gcc.xml:192 |
#, no-wrap |
msgid "" |
"<computeroutput>/usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/../../../../lib/crt1.o succeeded\n" |
407,7 → 406,7 |
"/usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/../../../../lib/crtn.o succeeded</computeroutput>" |
|
#. type: Content of: <sect1><sect2><para> |
#: lfs-en/chapter06/gcc.xml:197 |
#: lfs-en/chapter06/gcc.xml:196 |
msgid "" |
"Depending on your machine architecture, the above may differ slightly, the " |
"difference usually being the name of the directory after <filename class=" |
424,13 → 423,13 |
"filename>." |
|
#. type: Content of: <sect1><sect2><screen> |
#: lfs-en/chapter06/gcc.xml:208 |
#: lfs-en/chapter06/gcc.xml:207 |
#, no-wrap |
msgid "<userinput>grep -B4 '^ /usr/include' dummy.log</userinput>" |
msgstr "<userinput>grep -B4 '^ /usr/include' dummy.log</userinput>" |
|
#. type: Content of: <sect1><sect2><screen> |
#: lfs-en/chapter06/gcc.xml:214 |
#: lfs-en/chapter06/gcc.xml:213 |
#, no-wrap |
msgid "" |
"<computeroutput>#include <...> search starts here:\n" |
446,7 → 445,7 |
" /usr/include</computeroutput>" |
|
#. type: Content of: <sect1><sect2><para> |
#: lfs-en/chapter06/gcc.xml:220 |
#: lfs-en/chapter06/gcc.xml:219 |
msgid "" |
"Again, note that the directory named after your target triplet may be " |
"different than the above, depending on your architecture." |
455,7 → 454,7 |
"être différent de celui ci-dessus, selon votre architecture." |
|
#. type: Content of: <sect1><sect2><screen> |
#: lfs-en/chapter06/gcc.xml:243 |
#: lfs-en/chapter06/gcc.xml:242 |
#, no-wrap |
msgid "" |
"<computeroutput>SEARCH_DIR(\"/usr/x86_64-pc-linux-gnu/lib64\")\n" |
477,7 → 476,7 |
"SEARCH_DIR(\"/usr/lib\");</computeroutput>" |
|
#. type: Content of: <sect1><sect2><para> |
#: lfs-en/chapter06/gcc.xml:252 |
#: lfs-en/chapter06/gcc.xml:251 |
msgid "" |
"A 32-bit system may see a few different directories. For example, here is " |
"the output from an i686 machine:" |
486,7 → 485,7 |
"exemple, voici la sortie d'une machine i686 :" |
|
#. type: Content of: <sect1><sect2><screen> |
#: lfs-en/chapter06/gcc.xml:255 |
#: lfs-en/chapter06/gcc.xml:254 |
#, no-wrap |
msgid "" |
"<computeroutput>SEARCH_DIR(\"/usr/i686-pc-linux-gnu/lib32\")\n" |
508,12 → 507,12 |
"SEARCH_DIR(\"/usr/lib\");</computeroutput>" |
|
#. type: Content of: <sect1><sect2><para> |
#: lfs-en/chapter06/gcc.xml:308 |
#: lfs-en/chapter06/gcc.xml:307 |
msgid "Finally, move a misplaced file:" |
msgstr "Enfin, déplacez un fichier mal placé :" |
|
#. type: Content of: <sect1><sect2><screen> |
#: lfs-en/chapter06/gcc.xml:310 |
#: lfs-en/chapter06/gcc.xml:309 |
#, no-wrap |
msgid "" |
"<userinput remap=\"install\">mkdir -pv /usr/share/gdb/auto-load/usr/lib\n" |
523,27 → 522,27 |
"mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput>" |
|
#. type: Content of: <sect1><sect2><title> |
#: lfs-en/chapter06/gcc.xml:316 |
#: lfs-en/chapter06/gcc.xml:315 |
msgid "Contents of GCC" |
msgstr "Contenu de GCC" |
|
#. type: Content of: <sect1><sect2><segmentedlist><segtitle> |
#: lfs-en/chapter06/gcc.xml:319 |
#: lfs-en/chapter06/gcc.xml:318 |
msgid "Installed programs" |
msgstr "Programmes installés" |
|
#. type: Content of: <sect1><sect2><segmentedlist><segtitle> |
#: lfs-en/chapter06/gcc.xml:320 |
#: lfs-en/chapter06/gcc.xml:319 |
msgid "Installed libraries" |
msgstr "Bibliothèques installées" |
|
#. type: Content of: <sect1><sect2><segmentedlist><segtitle> |
#: lfs-en/chapter06/gcc.xml:321 |
#: lfs-en/chapter06/gcc.xml:320 |
msgid "Installed directories" |
msgstr "Répertoires installés" |
|
#. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> |
#: lfs-en/chapter06/gcc.xml:324 |
#: lfs-en/chapter06/gcc.xml:323 |
msgid "" |
"c++, cc (link to gcc), cpp, g++, gcc, gcc-ar, gcc-nm, gcc-ranlib, and gcov" |
msgstr "" |
550,7 → 549,7 |
"c++, cc (lien vers gcc), cpp, g++, gcc, gcc-ar, gcc-nm, gcc-ranlib et gcov" |
|
#. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> |
#: lfs-en/chapter06/gcc.xml:327 |
#: lfs-en/chapter06/gcc.xml:326 |
msgid "" |
"libasan.{a,so}, libatomic.{a,so}, libgcc.a, libgcc_eh.a, libgcc_s.so, " |
"libgcov.a, libgomp.{a,so}, libiberty.a, libitm.{a,so}, liblto_plugin.so, " |
563,7 → 562,7 |
"libsupc++.a, et libtsan.{a,so}" |
|
#. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> |
#: lfs-en/chapter06/gcc.xml:333 |
#: lfs-en/chapter06/gcc.xml:332 |
msgid "" |
"/usr/include/c++, /usr/lib/gcc, /usr/libexec/gcc, and /usr/share/gcc-&gcc-" |
"version;" |
572,47 → 571,47 |
"version;" |
|
#. type: Content of: <sect1><sect2><variablelist><bridgehead> |
#: lfs-en/chapter06/gcc.xml:339 |
#: lfs-en/chapter06/gcc.xml:338 |
msgid "Short Descriptions" |
msgstr "Descriptions courtes" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:344 |
#: lfs-en/chapter06/gcc.xml:343 |
msgid "<command>c++</command>" |
msgstr "<command>c++</command>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
#: lfs-en/chapter06/gcc.xml:346 lfs-en/chapter06/gcc.xml:377 |
#: lfs-en/chapter06/gcc.xml:345 lfs-en/chapter06/gcc.xml:376 |
msgid "The C++ compiler" |
msgstr "Le compilateur C++" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:348 |
#: lfs-en/chapter06/gcc.xml:347 |
msgid "c++" |
msgstr "c++" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:354 |
#: lfs-en/chapter06/gcc.xml:353 |
msgid "<command>cc</command>" |
msgstr "<command>cc</command>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
#: lfs-en/chapter06/gcc.xml:356 lfs-en/chapter06/gcc.xml:387 |
#: lfs-en/chapter06/gcc.xml:355 lfs-en/chapter06/gcc.xml:386 |
msgid "The C compiler" |
msgstr "Le compilateur C" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:358 |
#: lfs-en/chapter06/gcc.xml:357 |
msgid "cc" |
msgstr "cc" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:364 |
#: lfs-en/chapter06/gcc.xml:363 |
msgid "<command>cpp</command>" |
msgstr "<command>cpp</command>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
#: lfs-en/chapter06/gcc.xml:366 |
#: lfs-en/chapter06/gcc.xml:365 |
msgid "" |
"The C preprocessor; it is used by the compiler to expand the #include, " |
"#define, and similar statements in the source files" |
622,37 → 621,37 |
"les fichiers sources" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:369 |
#: lfs-en/chapter06/gcc.xml:368 |
msgid "cpp" |
msgstr "cpp" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:375 |
#: lfs-en/chapter06/gcc.xml:374 |
msgid "<command>g++</command>" |
msgstr "<command>g++</command>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:379 |
#: lfs-en/chapter06/gcc.xml:378 |
msgid "g++" |
msgstr "g++" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:385 |
#: lfs-en/chapter06/gcc.xml:384 |
msgid "<command>gcc</command>" |
msgstr "<command>gcc</command>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:389 |
#: lfs-en/chapter06/gcc.xml:388 |
msgid "gcc" |
msgstr "gcc" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:395 |
#: lfs-en/chapter06/gcc.xml:394 |
msgid "<command>gcc-ar</command>" |
msgstr "<command>gcc-ar</command>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
#: lfs-en/chapter06/gcc.xml:397 |
#: lfs-en/chapter06/gcc.xml:396 |
msgid "" |
"A wrapper around <command>ar</command> that adds a plugin to the command " |
"line. This program is only used to add \"link time optimization\" and is not " |
664,17 → 663,17 |
"les options de construction par défaut." |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:402 |
#: lfs-en/chapter06/gcc.xml:401 |
msgid "gc-ar" |
msgstr "gc-ar" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:408 |
#: lfs-en/chapter06/gcc.xml:407 |
msgid "<command>gcc-nm</command>" |
msgstr "<command>gcc-nm</command>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
#: lfs-en/chapter06/gcc.xml:410 |
#: lfs-en/chapter06/gcc.xml:409 |
msgid "" |
"A wrapper around <command>nm</command> that adds a plugin to the command " |
"line. This program is only used to add \"link time optimization\" and is not " |
686,17 → 685,17 |
"les options de construction par défaut." |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:415 |
#: lfs-en/chapter06/gcc.xml:414 |
msgid "gc-nm" |
msgstr "gc-nm" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:421 |
#: lfs-en/chapter06/gcc.xml:420 |
msgid "<command>gcc-ranlib</command>" |
msgstr "<command>gcc-ranlib</command>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
#: lfs-en/chapter06/gcc.xml:423 |
#: lfs-en/chapter06/gcc.xml:422 |
msgid "" |
"A wrapper around <command>ranlib</command> that adds a plugin to the command " |
"line. This program is only used to add \"link time optimization\" and is not " |
708,17 → 707,17 |
"les options de construction par défaut." |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:428 |
#: lfs-en/chapter06/gcc.xml:427 |
msgid "gc-ranlib" |
msgstr "gc-ranlib" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:434 |
#: lfs-en/chapter06/gcc.xml:433 |
msgid "<command>gcov</command>" |
msgstr "<command>gcov</command>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
#: lfs-en/chapter06/gcc.xml:436 |
#: lfs-en/chapter06/gcc.xml:435 |
msgid "" |
"A coverage testing tool; it is used to analyze programs to determine where " |
"optimizations will have the most effect" |
727,47 → 726,47 |
"savoir où des optimisations seraient suivies du plus d'effet" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:439 |
#: lfs-en/chapter06/gcc.xml:438 |
msgid "gcov" |
msgstr "gcov" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:445 |
#: lfs-en/chapter06/gcc.xml:444 |
msgid "<command>libasan</command>" |
msgstr "<command>libasan</command>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
#: lfs-en/chapter06/gcc.xml:447 |
#: lfs-en/chapter06/gcc.xml:446 |
msgid "The Address Sanitizer runtime library" |
msgstr "La bibliothèque Address Sanitizer à l'exécution" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:449 |
#: lfs-en/chapter06/gcc.xml:448 |
msgid "libasan" |
msgstr "libasan" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:455 |
#: lfs-en/chapter06/gcc.xml:454 |
msgid "<filename class=\"libraryfile\">libgcc</filename>" |
msgstr "<filename class=\"libraryfile\">libgcc</filename>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
#: lfs-en/chapter06/gcc.xml:457 |
#: lfs-en/chapter06/gcc.xml:456 |
msgid "Contains run-time support for <command>gcc</command>" |
msgstr "Contient un support en exécution pour <command>gcc</command>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:459 |
#: lfs-en/chapter06/gcc.xml:458 |
msgid "libgcc" |
msgstr "libgcc" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:465 |
#: lfs-en/chapter06/gcc.xml:464 |
msgid "<filename class=\"libraryfile\">libgcov</filename>" |
msgstr "<filename class=\"libraryfile\">libgcov</filename>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
#: lfs-en/chapter06/gcc.xml:467 |
#: lfs-en/chapter06/gcc.xml:466 |
msgid "" |
"This library is linked in to a program when GCC is instructed to enable " |
"profiling" |
776,17 → 775,17 |
"profiling" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:470 |
#: lfs-en/chapter06/gcc.xml:469 |
msgid "libgcov" |
msgstr "libgcov" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:476 |
#: lfs-en/chapter06/gcc.xml:475 |
msgid "<filename class=\"libraryfile\">libgomp</filename>" |
msgstr "<filename class=\"libraryfile\">libgomp</filename>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
#: lfs-en/chapter06/gcc.xml:478 |
#: lfs-en/chapter06/gcc.xml:477 |
msgid "" |
"GNU implementation of the OpenMP API for multi-platform shared-memory " |
"parallel programming in C/C++ and Fortran" |
795,17 → 794,17 |
"parallèle partagée pour plusieurs plateformes en C/C++ et Fortran" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:481 |
#: lfs-en/chapter06/gcc.xml:480 |
msgid "libgomp" |
msgstr "libgomp" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:487 |
#: lfs-en/chapter06/gcc.xml:486 |
msgid "<filename class=\"libraryfile\">libiberty</filename>" |
msgstr "<filename class=\"libraryfile\">libiberty</filename>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
#: lfs-en/chapter06/gcc.xml:489 |
#: lfs-en/chapter06/gcc.xml:488 |
msgid "" |
"Contains routines used by various GNU programs, including <command>getopt</" |
"command>, <command>obstack</command>, <command>strerror</command>, " |
816,17 → 815,17 |
"command>, <command>strtol</command>, et <command>strtoul</command>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:494 |
#: lfs-en/chapter06/gcc.xml:493 |
msgid "libiberty" |
msgstr "libiberty" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:500 |
#: lfs-en/chapter06/gcc.xml:499 |
msgid "<filename class=\"libraryfile\">liblto_plugin</filename>" |
msgstr "<filename class=\"libraryfile\">liblto_plugin</filename>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
#: lfs-en/chapter06/gcc.xml:502 |
#: lfs-en/chapter06/gcc.xml:501 |
msgid "" |
"GCC's Link Time Optimization (LTO) plugin allows GCC to perform " |
"optimizations across compilation units" |
836,32 → 835,32 |
"pratiquer des optimisations tout au cours des unités de compilation." |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:505 |
#: lfs-en/chapter06/gcc.xml:504 |
msgid "liblto_plugin" |
msgstr "liblto_plugin" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:511 |
#: lfs-en/chapter06/gcc.xml:510 |
msgid "<filename class=\"libraryfile\">libquadmath</filename>" |
msgstr "<filename class=\"libraryfile\">libquadmath</filename>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
#: lfs-en/chapter06/gcc.xml:513 |
#: lfs-en/chapter06/gcc.xml:512 |
msgid "GCC Quad Precision Math Library API" |
msgstr "API de la bibliothèque de maths GCC de précision au carré" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:515 |
#: lfs-en/chapter06/gcc.xml:514 |
msgid "libquadmath" |
msgstr "libquadmath" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:521 |
#: lfs-en/chapter06/gcc.xml:520 |
msgid "<filename class=\"libraryfile\">libssp</filename>" |
msgstr "<filename class=\"libraryfile\">libssp</filename>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
#: lfs-en/chapter06/gcc.xml:523 |
#: lfs-en/chapter06/gcc.xml:522 |
msgid "" |
"Contains routines supporting GCC's stack-smashing protection functionality" |
msgstr "" |
869,52 → 868,52 |
"GCCcontre les débordements de mémoire" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:526 |
#: lfs-en/chapter06/gcc.xml:525 |
msgid "libssp" |
msgstr "libssp" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:532 |
#: lfs-en/chapter06/gcc.xml:531 |
msgid "<filename class=\"libraryfile\">libstdc++</filename>" |
msgstr "<filename class=\"libraryfile\">libstdc++</filename>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
#: lfs-en/chapter06/gcc.xml:534 |
#: lfs-en/chapter06/gcc.xml:533 |
msgid "The standard C++ library" |
msgstr "La bibliothèque C++ standard" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:536 |
#: lfs-en/chapter06/gcc.xml:535 |
msgid "libstdc++" |
msgstr "libstdc++" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:542 |
#: lfs-en/chapter06/gcc.xml:541 |
msgid "<filename class=\"libraryfile\">libsupc++</filename>" |
msgstr "<filename class=\"libraryfile\">libsupc++</filename>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
#: lfs-en/chapter06/gcc.xml:544 |
#: lfs-en/chapter06/gcc.xml:543 |
msgid "Provides supporting routines for the C++ programming language" |
msgstr "Fournit des routines de support pour le langage de programmation C++" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:547 |
#: lfs-en/chapter06/gcc.xml:546 |
msgid "libsupc++" |
msgstr "libsupc++" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
#: lfs-en/chapter06/gcc.xml:553 |
#: lfs-en/chapter06/gcc.xml:552 |
msgid "<filename class=\"libraryfile\">libtsan</filename>" |
msgstr "<filename class=\"libraryfile\">libtsan</filename>" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
#: lfs-en/chapter06/gcc.xml:555 |
#: lfs-en/chapter06/gcc.xml:554 |
msgid "The Thread Sanitizer runtime library" |
msgstr "La bibliothèque Thread Sanitizer à l'exécution" |
|
#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
#: lfs-en/chapter06/gcc.xml:557 |
#: lfs-en/chapter06/gcc.xml:556 |
msgid "libtsan" |
msgstr "libtsan" |
|