Blame SOURCES/README

adb35d
Package %{scl_name} is the main package for Red Hat GCC
adb35d
Toolset 11.  By installing the %{scl_name} package, you will get
adb35d
the working set of packages that are included in Red Hat GCC
adb35d
Toolset 11.  It is possible to install only certain components,
adb35d
such as the toolchain packages used to develop and debug
adb35d
applications, since this package contains a number of meta packages.
adb35d
These are: %{scl_name}-perftools, which includes performance
adb35d
monitoring tools; and %{scl_name}-toolchain, which includes
adb35d
development and debugging tools.
adb35d
adb35d
Usage: scl enable %{scl} <command>
adb35d
adb35d
Red Hat GCC Toolset allows you to build and execute applications
adb35d
which are not located in the filesystem root hierarchy, but are
adb35d
stored in an alternative location, which is %{_scl_root} in case
adb35d
of the %{scl_name} collection.
adb35d
adb35d
Examples:
adb35d
scl enable %{scl_name} 'command --arg'
adb35d
  Run a specific command with the argument --arg within the %{scl_name}
adb35d
  Red Hat GCC Toolset environment.
adb35d
adb35d
scl enable %{scl_name} 'gcc'
adb35d
  Run GCC from the %{scl_name} Red Hat GCC Toolset.
adb35d
adb35d
scl enable %{scl_name} 'bash'
adb35d
  Run an interactive shell wherein the %{scl_name} software collection
adb35d
  is enabled.
adb35d
adb35d
scl enable %{scl_name} 'man gcc'
adb35d
  Show man pages for the gcc command, which is a part of the
adb35d
  %{scl_name} Red Hat GCC Toolset.
adb35d
adb35d
Report bugs to <http://bugzilla.redhat.com>.