Blame SOURCES/README

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