Blame SOURCES/README

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