Go to file
Marek Polacek fa8ebbd2c4 Update README and gcc-toolset-env.in
Resolves: RHEL-160026
2026-08-10 12:28:40 -04:00
.fmf New package gcc-toolset-16 for c10s 2026-06-05 12:08:10 -04:00
plans New package gcc-toolset-16 for c10s 2026-06-05 12:08:10 -04:00
enable.in New package gcc-toolset-16 for c10s 2026-06-05 12:08:10 -04:00
gating.yaml New package gcc-toolset-16 for c10s 2026-06-05 12:08:10 -04:00
gcc-toolset-16.spec Update README and gcc-toolset-env.in 2026-08-10 12:28:40 -04:00
gcc-toolset-env.in Update README and gcc-toolset-env.in 2026-08-10 12:28:40 -04:00
gts-annobin-plugin-select.sh New package gcc-toolset-16 for c10s 2026-06-05 12:08:10 -04:00
macros.gts New package gcc-toolset-16 for c10s 2026-06-05 12:08:10 -04:00
README Update README and gcc-toolset-env.in 2026-08-10 12:28:40 -04:00
sources New package gcc-toolset-16 for c10s 2026-06-05 12:08:10 -04:00

Package %{scl_name} is the main package for Red Hat GCC
Toolset 16.  By installing the %{scl_name} package, you will get
the working set of packages that are included in Red Hat GCC
Toolset 16, which includes the compiler and linker.

Usage: %{scl_name}-env [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 %{_scl_root} in case
of %{scl_name}.

Examples:
%{scl_name}-env
  Run an interactive shell wherein %{scl_name} is enabled.

%{scl_name}-env command --arg
  Run a specific command with the argument --arg within the %{scl_name}
  Red Hat GCC Toolset environment.

%{scl_name}-env gcc
  Run GCC from the %{scl_name} Red Hat GCC Toolset.

%{scl_name}-env man gcc
  Show man pages for the gcc command, which is a part of the
  %{scl_name} Red Hat GCC Toolset.

Report bugs to <%{dist_bug_report_url}>.