Blame SOURCES/README

0972c3
Package %{scl_name} is the main package for Red Hat GCC
0972c3
Toolset 12.  By installing the %{scl_name} package, you will get
0972c3
the working set of packages that are included in Red Hat GCC
5bcb05
Toolset 12, which includes development and debugging tools.
0972c3
0972c3
Usage: scl enable %{scl} <command>
0972c3
0972c3
Red Hat GCC Toolset allows you to build and execute applications
0972c3
which are not located in the filesystem root hierarchy, but are
0972c3
stored in an alternative location, which is %{_scl_root} in case
0972c3
of the %{scl_name} collection.
0972c3
0972c3
Examples:
0972c3
scl enable %{scl_name} 'command --arg'
0972c3
  Run a specific command with the argument --arg within the %{scl_name}
0972c3
  Red Hat GCC Toolset environment.
0972c3
0972c3
scl enable %{scl_name} 'gcc'
0972c3
  Run GCC from the %{scl_name} Red Hat GCC Toolset.
0972c3
0972c3
scl enable %{scl_name} 'bash'
0972c3
  Run an interactive shell wherein the %{scl_name} software collection
0972c3
  is enabled.
0972c3
0972c3
scl enable %{scl_name} 'man gcc'
0972c3
  Show man pages for the gcc command, which is a part of the
0972c3
  %{scl_name} Red Hat GCC Toolset.
0972c3
0972c3
Report bugs to <http://bugzilla.redhat.com>.