Blame SOURCES/README

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