Timestamp:
01/21/2024 07:21:08 PM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
Children:
47bc996
Parents:
24d03240
git-author:
Xi Ruoyao <xry111@…> (01/21/2024 05:32:56 PM)
git-committer:
Xi Ruoyao <xry111@…> (01/21/2024 07:21:08 PM)
Message:

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.