Blame SOURCES/README

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