Blame SOURCES/README

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