From afba93bef35d287c961b62cbfd8370652aaab826 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Sat, 7 Feb 2015 02:44:18 +0000 Subject: Merged consistency update patch from systemd book. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10833 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'chapter06/gcc.xml') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 53f8354ad..c9063842a 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -381,9 +381,9 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib gcc-ar A wrapper around ar that adds a - plugin to the command line. This program is only used + plugin to the command line. This program is only used to add "link time optization" and is not useful with the - default build options. + default build options gc-ar @@ -394,9 +394,9 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib gcc-nm A wrapper around nm that adds a - plugin to the command line. This program is only used + plugin to the command line. This program is only used to add "link time optization" and is not useful with the - default build options. + default build options gc-nm @@ -407,9 +407,9 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib gcc-ranlib A wrapper around ranlib that adds a - plugin to the command line. This program is only used + plugin to the command line. This program is only used to add "link time optization" and is not useful with the - default build options. + default build options gc-ranlib @@ -442,7 +442,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib Contains run-time support for gcc - libgcc* + libgcc @@ -486,9 +486,9 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib liblto_plugin GCC's Link Time Optimization (LTO) plugin allows GCC to perform - optimizations across compilation units. + optimizations across compilation units - liblto_plugin* + liblto_plugin @@ -509,7 +509,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib GCC Quad Precision Math Library API - libquadmath* + libquadmath @@ -520,7 +520,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib Contains routines supporting GCC's stack-smashing protection functionality - libssp* + libssp -- cgit v1.2.3-54-g00ecf