Go to file
Václav Kadlčík adac151dfd Extend tier0 coverage
Replace the existing STI smoke test with a reference to the top tie of
https://gitlab.com/redhat/centos-stream/tests/gcc-toolset-metapackage
2025-09-10 14:16:34 +02:00
.fmf Extend tier0 coverage 2025-09-10 14:16:34 +02:00
plans Extend tier0 coverage 2025-09-10 14:16:34 +02:00
.gitignore New branch setup 2025-04-11 08:27:03 -04:00
enable.in Drop PCP_DIR 2025-05-20 16:02:51 -04:00
gating.yaml Initial version 2025-04-14 13:28:18 -04:00
gcc-toolset-15.spec Specify a better man page name 2025-06-21 07:02:54 -04:00
gcc-toolset-env.in New script gcc-toolset-15-env 2025-05-20 16:02:19 -04:00
gts-annobin-plugin-select.sh Add README and gts-annobin-plugin-select.sh to git 2025-05-08 07:15:33 -04:00
macros.gts c10s: Drop scl dependency 2025-05-08 07:14:32 -04:00
README Amend the bug reporting link 2025-06-20 06:09:09 -04:00
sources Add README and gts-annobin-plugin-select.sh to git 2025-05-08 07:15:33 -04:00

Package %{scl_name} is the main package for Red Hat GCC
Toolset 15.  By installing the %{scl_name} package, you will get
the working set of packages that are included in Red Hat GCC
Toolset 15, which includes development and debugging tools.

Usage: scl enable %{scl} <command>

Red Hat GCC Toolset allows you to build and execute applications
which are not located in the filesystem root hierarchy, but are
stored in an alternative location, which is %{_scl_root} in case
of the %{scl_name} collection.

Examples:
scl enable %{scl_name} 'command --arg'
  Run a specific command with the argument --arg within the %{scl_name}
  Red Hat GCC Toolset environment.

scl enable %{scl_name} 'gcc'
  Run GCC from the %{scl_name} Red Hat GCC Toolset.

scl enable %{scl_name} 'bash'
  Run an interactive shell wherein the %{scl_name} software collection
  is enabled.

scl enable %{scl_name} 'man gcc'
  Show man pages for the gcc command, which is a part of the
  %{scl_name} Red Hat GCC Toolset.

Report bugs to <https://issues.redhat.com>.