Go to file
Siddhesh Poyarekar 5c5559450d Fix typo in gcc-toolset-env
Resolves: RHEL-94760
2025-06-11 07:22:19 -04:00
tests Initial version 2025-05-08 06:50:51 -04:00
.gitignore New branch setup 2025-04-08 07:19:16 -04:00
enable.in Drop PCP_DIR 2025-05-15 12:20:15 -04:00
gating.yaml Initial version 2025-05-08 06:50:51 -04:00
gcc-toolset-15.spec Fix typo in gcc-toolset-env 2025-06-11 07:22:19 -04:00
gcc-toolset-env.in Fix typo in gcc-toolset-env 2025-06-11 07:22:19 -04:00
gts-annobin-plugin-select.sh Add README and gts-annobin-plugin-select.sh to git 2025-05-08 06:56:39 -04:00
macros.gts c10s: Drop scl dependency 2025-05-08 06:56:17 -04:00
README Drop quoting from commands 2025-06-10 15:53:01 -04:00
sources Add README and gts-annobin-plugin-select.sh to git 2025-05-08 06:56:39 -04:00

Package %{scl_name} is the main package for Red Hat GCC
Toolset 15.  By installing the %{scl_name} package, you will get
the working set of packages that are included in Red Hat GCC
Toolset 15, 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 <http://bugzilla.redhat.com>.