Blame SOURCES/README

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