Blame SOURCES/README

110846
Package %{scl_name} is the main package for Red Hat GCC
110846
Toolset 9.  By installing the %{scl_name} package, you will get
110846
the working set of packages that are included in Red Hat GCC
110846
Toolset 9.  It is possible to install only certain components,
110846
such as the toolchain packages used to develop and debug
110846
applications, since this package contains a number of meta packages.
110846
These are: %{scl_name}-perftools, which includes performance
110846
monitoring tools; and %{scl_name}-toolchain, which includes
110846
development and debugging tools.
110846
110846
Usage: scl enable %{scl} <command>
110846
110846
Red Hat GCC Toolset allows you to build and execute applications
110846
which are not located in the filesystem root hierarchy, but are
110846
stored in an alternative location, which is %{_scl_root} in case
110846
of the %{scl_name} collection.
110846
110846
Examples:
110846
scl enable %{scl_name} 'command --arg'
110846
  Run a specific command with the argument --arg within the %{scl_name}
110846
  Red Hat GCC Toolset environment.
110846
110846
scl enable %{scl_name} 'gcc'
110846
  Run GCC from the %{scl_name} Red Hat GCC Toolset.
110846
110846
scl enable %{scl_name} 'bash'
110846
  Run an interactive shell wherein the %{scl_name} software collection
110846
  is enabled.
110846
110846
scl enable %{scl_name} 'man gcc'
110846
  Show man pages for the gcc command, which is a part of the
110846
  %{scl_name} Red Hat GCC Toolset.
110846
110846
Report bugs to <http://bugzilla.redhat.com>.