Blame SOURCES/README

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