Package devtoolset-10 is the main package for Red Hat GCC
Toolset 10.  By installing the devtoolset-10 package, you will get
the working set of packages that are included in Red Hat GCC
Toolset 10.  It is possible to install only certain components,
such as the toolchain packages used to develop and debug
applications, since this package contains a number of meta packages.
These are: devtoolset-10-perftools, which includes performance
monitoring tools; and devtoolset-10-toolchain, which includes
development and debugging tools.

Usage: scl enable devtoolset-10 <command>

Red Hat GCC Toolset allows you to build and execute applications
which are not located in the filesystem root hierarchy, but are
stored in an alternative location, which is /opt/rh/devtoolset-10/root in case
of the devtoolset-10 collection.

Examples:
scl enable devtoolset-10 'command --arg'
  Run a specific command with the argument --arg within the devtoolset-10
  Red Hat GCC Toolset environment.

scl enable devtoolset-10 'gcc'
  Run GCC from the devtoolset-10 Red Hat GCC Toolset.

scl enable devtoolset-10 'bash'
  Run an interactive shell wherein the devtoolset-10 software collection
  is enabled.

scl enable devtoolset-10 'man gcc'
  Show man pages for the gcc command, which is a part of the
  devtoolset-10 Red Hat GCC Toolset.

Report bugs to <http://bugzilla.redhat.com>.
