Blame SOURCES/README

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