mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
gcc: Fix libcc1 description
libcpp is the preprocessor library, but it's a static library which is only used by GCC itself and not installed. libcc1 is actually a library for GDB to "compile" expressions, so we can use fancy expressions in commands, like "print sin(x + 2.0)": the expression sin(x + 2.0) needs to be "compiled" for evaluation.
This commit is contained in:
parent
24d03240bf
commit
46b5c6b63b
@ -534,7 +534,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
|
||||
<varlistentry id="libcc1">
|
||||
<term><filename class="libraryfile">libcc1</filename></term>
|
||||
<listitem>
|
||||
<para>The C preprocessing library</para>
|
||||
<para>A library that allows GDB to make use of GCC</para>
|
||||
<indexterm zone="ch-system-gcc libcc1">
|
||||
<primary sortas="b-libcc1">libcc1</primary>
|
||||
</indexterm>
|
||||
|
Loading…
Reference in New Issue
Block a user